Skip to content

Commit

Permalink
Update test accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmsachs authored May 2, 2024
1 parent d224619 commit 68bec13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration-tests/tests/dcv/test_dcv.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ def _test_dcv_configuration(
# remove ssh key from jenkins user known hosts file
remove_keys_from_known_hosts(cluster.head_node_ip, host_keys_file, env=env)

assert_that(result.stdout).matches(
assert_that(result.stderr).matches(
r"Please use the following one-time URL in your browser within 30 seconds:\n"
)
assert_that(result.stdout).matches(
r"https:\/\/(\b(?:\d{1,3}\.){3}\d{1,3}\b):" + str(dcv_port) + r"\?authToken=(.*)"
)
if access_from == "0.0.0.0/0":
Expand Down

0 comments on commit 68bec13

Please sign in to comment.