Skip to content

Commit 257d5aa

Browse files
committed
Updated test
1 parent e2bc4ab commit 257d5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytests/pkg/upgrade/test_salt_upgrade.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def test_salt_sysv_service_files(salt_call_cli, install_salt):
148148
flush=True,
149149
)
150150

151-
test_pkgs = install_salt.config_path.pkgs
151+
test_pkgs = install_salt.pkgs
152152
print(f"DGM test_salt_sysv_service_files test_pkgs, '{test_pkgs}'", flush=True)
153153
for test_pkg_name in test_pkgs:
154154
test_pkg_basename = os.path.bashname(test_pkg_name)

0 commit comments

Comments
 (0)