Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit f737f0d

Browse files
committed
Fix unit test failures
1 parent 5b4c812 commit f737f0d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/jumpstarter-cli-admin/jumpstarter_cli_admin/create_test.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,9 @@ def test_create_client(
234234
"name": "{name}-credential"
235235
}},
236236
"devices": [],
237-
"endpoint": "{endpoint}"
237+
"endpoint": "{endpoint}",
238+
"exporterStatus": null,
239+
"statusMessage": null
238240
}}
239241
}}
240242
""".format(name=EXPORTER_NAME, endpoint=EXPORTER_ENDPOINT)
@@ -250,6 +252,8 @@ def test_create_client(
250252
name: {name}-credential
251253
devices: []
252254
endpoint: {endpoint}
255+
exporterStatus: null
256+
statusMessage: null
253257
254258
""".format(name=EXPORTER_NAME, endpoint=EXPORTER_ENDPOINT)
255259

0 commit comments

Comments
 (0)