Skip to content

Commit

Permalink
Remove test case
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Dec 24, 2024
1 parent b745e24 commit 2a1a068
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions services/dcs/tests_dcs/test_edge_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,8 @@ async def test_register_file_twice(populated_fixture: PopulatedFixture, caplog):

@pytest.mark.parametrize(
"url_validity, buffer, expected_url_max_age",
[
(60, 10, 50),
(15, 10, 10),
(5, 10, 10),
],
ids=["Normal", "UseBufferAsMinimum", "ValidityLessThanBuffer"],
[(60, 10, 50), (15, 10, 10)],
ids=["Normal", "UseBufferAsMinimum"],
)
async def test_cache_headers(
joint_fixture: JointFixture,
Expand Down

0 comments on commit 2a1a068

Please sign in to comment.