Skip to content

Commit

Permalink
Remove .git check
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Sep 13, 2019
1 parent df053ce commit 61f8956
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions deployment-e2e/molecule/repo/tests/test_non_existing.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,3 @@
])
def test_non_existing_node_modules(host, path):
assert not host.file(path).exists

@pytest.mark.parametrize("path", [
("/home/poadocker/bridge/.git")
])
def test_non_existing_git(host, path):
assert not host.file(path).exists

0 comments on commit 61f8956

Please sign in to comment.