We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b84994 commit 723a129Copy full SHA for 723a129
api/tests/integration/populate_tests/test_populate.py
@@ -72,4 +72,5 @@ def test_is_feed_reference_overwrite(client: TestClient):
72
headers=authHeaders,
73
)
74
json_response = response.json()
75
- assert json_response["feed_references"] == ["mdb-50"]
+ assert json_response["feed_references"] == ["mdb-50"]
76
+
0 commit comments