feat: add Quote.is_active field

This commit is contained in:
cătălin 2025-06-06 14:54:26 +02:00
commit 811fead29d
No known key found for this signature in database
8 changed files with 287 additions and 235 deletions

View file

@ -234,6 +234,7 @@ async def test_create_quote_action(
username=user.username,
channel=user.username,
quote=quote.quote,
is_active=quote.is_active,
author=quote.author,
)
assert new_quote