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 | 7a8c0dc4869cac09242cfb21309b63279de4863e (patch) | |
tree | f7d167402434d45ebb52678069609aab2d7960d5 /tests | |
parent | 8f1b3d25d507997fd150fadb6607eaf09052d5c0 (diff) | |
parent | 63393059135302974c96310ff1d9a5c0789831b4 (diff) |
Merge branch '3.2' into 3.3
Diffstat (limited to 'tests')
-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 2e49aa3d..1e623e0a 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): |