Skip to content

Commit

Permalink
correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Aug 3, 2023
1 parent ed7bcfd commit 5d22f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_guidance_reports():
orderly_web.start(orderly_config_path)
cli.main(["start", path])
contrib = get_container(cfg, "contrib")
docker_util.string_from_container(contrib, "/usr/share/nginx/html/guidance/example/20190626-075732-03e0a7da")
docker_util.string_from_container(contrib, "/usr/share/nginx/html/guidance/example/20190626-075732-03e0a7da/archive/report.html")
finally:
with mock.patch("src.montagu_deploy.cli.prompt_yes_no") as prompt:
prompt.return_value = True
Expand Down

0 comments on commit 5d22f2c

Please sign in to comment.