Skip to content

Commit

Permalink
Update expected result after changing manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed May 15, 2023
1 parent 1c4af99 commit 713a52b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_use_external_config_map_data(netchecks, k8s_namespace, test_file_path):
# Test data should be a string containing JSON returned by the server which should include the header
# we injected from the configmap
data = json.loads(test_data["body"])
assert data["headers"]["X-Netcheck-Header"] == "some-data-from-a-configmap"
assert data["headers"]["X-Netcheck-Header"] == "some-data-from-a-configmap!"

# Delete the network assertion
subprocess.run(
Expand Down

0 comments on commit 713a52b

Please sign in to comment.