We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c0abb commit bdf31cbCopy full SHA for bdf31cb
tests/test_core_routes.py
@@ -33,8 +33,6 @@ def test_bulk_create_cards(self, user, decks, login, client):
33
# content_type="application/json",
34
)
35
assert res.status_code == 200, "Should return 200 status code"
36
- # redis_cache.clear()
37
- # assert redis_cache.get(f"deck_id:{decks[0].id}") == 2434, "Should not have anything in cache"
38
assert (
39
Card.query.filter_by(deck_id=decks[0].id).count() == 2
40
), "The deck should now have two cards"
0 commit comments