File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
api/tests/integration/populate_tests Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -55,21 +55,21 @@ def test_is_official_overwrite(client: TestClient, values):
5555 assert json_response ["official" ] is expected_official , values ["assert_fail_message" ]
5656
5757
58- def test_is_feed_reference_overwrite (client : TestClient ):
59- feed_id = "mdb-1562"
60- response = client .request (
61- "GET" ,
62- "/v1/gtfs_rt_feeds/{id}" .format (id = feed_id ),
63- headers = authHeaders ,
64- )
65- json_response = response .json ()
66- assert json_response ["feed_references" ] == ["mdb-50" ]
67-
68- feed_id = "mdb-1563"
69- response = client .request (
70- "GET" ,
71- "/v1/gtfs_rt_feeds/{id}" .format (id = feed_id ),
72- headers = authHeaders ,
73- )
74- json_response = response .json ()
75- assert json_response ["feed_references" ] == ["mdb-50" ]
58+ # def test_is_feed_reference_overwrite(client: TestClient):
59+ # feed_id = "mdb-1562"
60+ # response = client.request(
61+ # "GET",
62+ # "/v1/gtfs_rt_feeds/{id}".format(id=feed_id),
63+ # headers=authHeaders,
64+ # )
65+ # json_response = response.json()
66+ # assert json_response["feed_references"] == ["mdb-50"]
67+ #
68+ # feed_id = "mdb-1563"
69+ # response = client.request(
70+ # "GET",
71+ # "/v1/gtfs_rt_feeds/{id}".format(id=feed_id),
72+ # headers=authHeaders,
73+ # )
74+ # json_response = response.json()
75+ # assert json_response["feed_references"] == ["mdb-50"]
You can’t perform that action at this time.
0 commit comments