Skip to content

Commit

Permalink
test: fix integration test for ServiceInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
B4rtware committed Sep 18, 2020
1 parent a15fd5d commit 0b4e400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_rest_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_rest_list(rest_server):
assert result.text
document_response = result.json()
assert document_response["services"] == [
{"name": "TEST"}
{"name": "TEST", "options": {}}
]


Expand Down

0 comments on commit 0b4e400

Please sign in to comment.