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

Commit

Permalink
[logstash] fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt committed Mar 19, 2020
1 parent e096b20 commit 8306060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash/tests/logstash_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_defaults():

# Service
assert "serviceName" in r["statefulset"][name]["spec"]
assert "service" not in r
assert r["service"][name]["spec"]["ports"][0]["port"] == 8080

# Other
assert r["statefulset"][name]["spec"]["template"]["spec"]["securityContext"] == {
Expand Down

0 comments on commit 8306060

Please sign in to comment.