Skip to content

Commit

Permalink
server/customer_portal: fix flaky unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Jan 31, 2025
1 parent 6e87c38 commit c14882d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ async def test_validate_expiration(
)
assert response.status_code == 200

with freeze_time(now + relativedelta(days=28, minutes=5)):
with freeze_time(now + relativedelta(months=1, minutes=-5)):
response = await client.post(
"/v1/customer-portal/license-keys/validate",
json={
Expand Down

0 comments on commit c14882d

Please sign in to comment.