Skip to content

Commit

Permalink
INFRA-1009 - Delete ingress if app no longer wants it
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Sep 6, 2016
1 parent 601baa0 commit cb14d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Expand Up @@ -21,7 +21,7 @@ def assert_no_calls(mockk):
__tracebackhide__ = True

def _assertion():
assert mockk.call_count != 0
assert mockk.call_count == 0

_add_useful_error_message(_assertion, mockk, None, None)

Expand Down

0 comments on commit cb14d2b

Please sign in to comment.