Skip to content

Commit

Permalink
feedback round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bgoel committed May 30, 2024
1 parent 86a9498 commit fd6919e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests_integration/nativeapp/test_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def template_setup(runner, temporary_working_directory):
assert result.exit_code == 0
# The newly created deploy_root is explicitly deleted here, as bundle should take care of it.

# TODO: replace with assert_dir_snapshot util once available
project_root = Path(temporary_working_directory, project_name)
deploy_root = Path(project_root, "output", "deploy")
assert Path(deploy_root, "manifest.yml").is_file()
Expand Down

0 comments on commit fd6919e

Please sign in to comment.