diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2024-01-27 17:21:20 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2024-01-27 17:21:20 -0500 |
commit | 63393059135302974c96310ff1d9a5c0789831b4 (patch) | |
tree | c8deeced85c9170f8b3146c45b30dd87aa276642 /tests/test_config.py | |
parent | be3ffc18cc466e0b0a877d716721353c12561bcc (diff) | |
parent | 1dc172d00320d6ca77f65c355b1ee910b71e6a65 (diff) |
Merge branch '3.0' into 3.2
Diffstat (limited to 'tests/test_config.py')
-rw-r--r-- | tests/test_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.py b/tests/test_config.py index fcb120b6..d2395965 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -53,7 +53,7 @@ def load_config(name): class TestSSHConfig: - def setup(self): + def setup_method(self): self.config = load_config("robey") def test_init(self): |