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

Commit

Permalink
fix: test file formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
desaintmartin committed Jan 4, 2021
1 parent 9a0f06e commit 518b559
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions elasticsearch/tests/elasticsearch_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1460,8 +1460,4 @@ def test_network_policy():
{"podSelector": {"matchLabels": {"app": "elasticsearch-master"}}},
]
assert transport["ports"][0]["port"] == 9300
assert pod_selector == {
"matchLabels": {
"app": "elasticsearch-master",
}
}
assert pod_selector == {"matchLabels": {"app": "elasticsearch-master",}}

0 comments on commit 518b559

Please sign in to comment.