ci: 👷 Add test workflow
All checks were successful
Tests / test (3.10) (pull_request) Successful in 22s
Tests / test (3.11) (pull_request) Successful in 23s
Tests / test (3.12) (pull_request) Successful in 22s
Tests / test (3.13) (pull_request) Successful in 15s
Tests / test (3.8) (pull_request) Successful in 26s
Tests / test (3.9) (pull_request) Successful in 21s
All checks were successful
Tests / test (3.10) (pull_request) Successful in 22s
Tests / test (3.11) (pull_request) Successful in 23s
Tests / test (3.12) (pull_request) Successful in 22s
Tests / test (3.13) (pull_request) Successful in 15s
Tests / test (3.8) (pull_request) Successful in 26s
Tests / test (3.9) (pull_request) Successful in 21s
This commit is contained in:
@@ -20,7 +20,7 @@ class AuthenticatorTest(test_util.TempDirTestCase):
|
||||
|
||||
path = os.path.join(self.tempdir, "file.ini")
|
||||
dns_test_common.write(
|
||||
{"corenetworks_login": LOGIN, "corenetworks_password": PASSWORD}, path
|
||||
{"corenetworks_username": LOGIN, "corenetworks_password": PASSWORD}, path
|
||||
)
|
||||
|
||||
self.config = mock.MagicMock(
|
||||
|
||||
Reference in New Issue
Block a user