feat: add Quote.is_active field
This commit is contained in:
parent
7131930d8e
commit
811fead29d
8 changed files with 287 additions and 235 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue