Skip to content

Commit

Permalink
remove print in test
Browse files Browse the repository at this point in the history
Co-Authored-By: Josh Meek <40716964+joshmeek@users.noreply.github.com>
  • Loading branch information
wagoodman and joshmeek committed Oct 22, 2019
1 parent 6b9b411 commit d65e5f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/environments/storage/test_docker_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ def test_create_dockerfile_from_everything():
output = dockerfile.read()

print(output)

assert "FROM test3" in output
assert "COPY test ./test2" in output

Expand Down

0 comments on commit d65e5f0

Please sign in to comment.