Skip to content

Commit

Permalink
test: Fix no default user in test_status.py (#5478)
Browse files Browse the repository at this point in the history
Also use ca_certs instead of ca-certs deprecated key
  • Loading branch information
TheRealFalcon authored Jul 2, 2024
1 parent 0a7036e commit 0a4c43d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration_tests/cmd/test_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down

0 comments on commit 0a4c43d

Please sign in to comment.