Skip to content

Commit 4b57864

Browse files
committed
Use failing test
1 parent 12bd4ea commit 4b57864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ def pgstac(request, database):
9595
@pytest.fixture(
9696
params=[
9797
# API hydratation, prefix, model_validation
98-
(False, "", False),
98+
# (False, "", False),
9999
# (False, "/router_prefix", False),
100100
# (True, "", False),
101101
# (True, "/router_prefix", False),
102102
# (False, "", True),
103-
# (True, "", True),
103+
(True, "", True),
104104
],
105105
scope="session",
106106
)

0 commit comments

Comments
 (0)