mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Cleanup with ruff check (#1182)
* Implement improvements suggested by ruff check. * Add ruff check to CI.
This commit is contained in:
@@ -256,7 +256,7 @@ class ResolveAuthTest(unittest.TestCase):
|
||||
m.return_value = None
|
||||
ac = auth.resolve_authconfig(auth_config, None)
|
||||
assert ac is not None
|
||||
assert "indexuser" == ac["username"]
|
||||
assert ac["username"] == "indexuser"
|
||||
|
||||
|
||||
class LoadConfigTest(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user