Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Fix annotation unit test error
Browse files Browse the repository at this point in the history
  • Loading branch information
natebwangsut committed Jun 7, 2019
1 parent 394003c commit 920417c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibana/tests/kibana_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_defaults():
assert r['deployment'][name]['spec']['strategy']['type'] == 'Recreate'

# Make sure that the default 'annotation' dictionary is empty
assert not r['service'][name]['metadata']['annotations']
assert 'annotations' not in r['service'][name]['metadata']

def test_overriding_the_elasticsearch_hosts():
config = '''
Expand Down

0 comments on commit 920417c

Please sign in to comment.