Skip to content

Commit 723a129

Browse files
committed
fixed linter
1 parent 7b84994 commit 723a129

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/tests/integration/populate_tests/test_populate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ def test_is_feed_reference_overwrite(client: TestClient):
7272
headers=authHeaders,
7373
)
7474
json_response = response.json()
75-
assert json_response["feed_references"] == ["mdb-50"]
75+
assert json_response["feed_references"] == ["mdb-50"]
76+

0 commit comments

Comments
 (0)