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

This commit is contained in:
2025-11-24 13:37:19 +01:00
parent 83fb4460bc
commit 88fd47b3d2
2 changed files with 37 additions and 1 deletions

View File

@@ -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(