mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix duplicate kwarg
This commit is contained in:
parent
0559f97be3
commit
2a04013aae
1 changed files with 1 additions and 1 deletions
|
@ -82,9 +82,9 @@ def test_exit_status_unknown_user(salt_master, proxy_minion_id):
|
|||
with pytest.raises(FactoryNotStarted) as exc:
|
||||
factory = salt_master.salt_proxy_minion_daemon(
|
||||
proxy_minion_id,
|
||||
overrides={"user": "unknown-user"},
|
||||
defaults=config_defaults,
|
||||
overrides={
|
||||
"user": "unknown-user",
|
||||
"fips_mode": FIPS_TESTRUN,
|
||||
"encryption_algorithm": "OAEP-SHA224" if FIPS_TESTRUN else "OAEP-SHA1",
|
||||
"signing_algorithm": (
|
||||
|
|
Loading…
Add table
Reference in a new issue