Passing t to all tests setup functions (#13841)
* Passing t to all tests setup functions * Fixing build
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3b732fe257
Коммит
1d1ab03c38
@@ -93,7 +93,7 @@ func TestSAMLSettings(t *testing.T) {
|
||||
RegisterNewSamlInterface(nil)
|
||||
}
|
||||
|
||||
th := SetupEnterprise(t).InitBasic()
|
||||
th := SetupEnterprise(t)
|
||||
defer th.TearDown()
|
||||
|
||||
if tc.useNewSAMLLibrary {
|
||||
|
||||
Ссылка в новой задаче
Block a user