File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ async def test_app_item_fields_extension(
309309
310310 assert len (features ) > 0
311311 # These fields are always included in items
312- constant_fields = ["id" , "collection" , " links" ]
312+ constant_fields = ["id" , "links" ]
313313 for item in features :
314314 assert set (item .keys ()) == set (fields + constant_fields )
315315
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def database(postgresql_proc):
6868
6969@pytest .fixture (
7070 params = [
71- # "0.8.6",
71+ "0.8.6" ,
7272 "0.9.8" ,
7373 ],
7474)
@@ -96,11 +96,11 @@ def pgstac(request, database):
9696 params = [
9797 # API hydratation, prefix, model_validation
9898 (False , "" , False ),
99- # (False, "/router_prefix", False),
100- # (True, "", False),
101- # (True, "/router_prefix", False),
102- # (False, "", True),
103- # (True, "", True),
99+ (False , "/router_prefix" , False ),
100+ (True , "" , False ),
101+ (True , "/router_prefix" , False ),
102+ (False , "" , True ),
103+ (True , "" , True ),
104104 ],
105105 scope = "session" ,
106106)
You can’t perform that action at this time.
0 commit comments