From 0a4c43d47cebd25c5f6d2f7631752349e956e32e Mon Sep 17 00:00:00 2001 From: James Falcon Date: Tue, 2 Jul 2024 13:22:28 -0500 Subject: [PATCH] test: Fix no default user in test_status.py (#5478) Also use ca_certs instead of ca-certs deprecated key --- tests/integration_tests/cmd/test_status.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration_tests/cmd/test_status.py b/tests/integration_tests/cmd/test_status.py index 84d9b694f63..23509c57cef 100644 --- a/tests/integration_tests/cmd/test_status.py +++ b/tests/integration_tests/cmd/test_status.py @@ -66,7 +66,8 @@ def test_wait_when_no_datasource(session_cloud: IntegrationCloud, setup_image): users: - name: something ssh-authorized-keys: ["something"] -ca-certs: + - default +ca_certs: invalid_key: true """