From 2a04013aae07b18fd7d2bd35afff84c6db75a1a3 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Mon, 24 Jun 2024 04:36:31 -0700 Subject: [PATCH] Fix duplicate kwarg --- tests/pytests/integration/cli/test_salt_deltaproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytests/integration/cli/test_salt_deltaproxy.py b/tests/pytests/integration/cli/test_salt_deltaproxy.py index e9f68d7c9b8..84d64dacaec 100644 --- a/tests/pytests/integration/cli/test_salt_deltaproxy.py +++ b/tests/pytests/integration/cli/test_salt_deltaproxy.py @@ -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": (