Skip to content

Commit 4b47f53

Browse files
fix test
1 parent 541342e commit 4b47f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director-v2/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ async def _create(
353353
assert app
354354
assert product_name
355355
assert user_id
356-
assert expiration is None
356+
assert expiration
357357

358358
fake_data.display_name = display_name
359359
return fake_data

0 commit comments

Comments
 (0)