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 0f9fa88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ 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 0f9fa88

Please sign in to comment.