Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Aug 29, 2024
1 parent d695f88 commit 146e14a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_cache_keys.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import pytest

Check notice

Code scanning / CodeQL

Unused import Note test

Import of 'pytest' is not used.
from notifications_utils.clients.redis.cache_keys import CACHE_KEYS, CACHE_KEYS_ALL


# Ensure the CACHE_KEYS and CACHE_KEYS_ALL are provided since they are used by both ADMIN and API
def test_ensure_CACHE_KEYS_is_provided():
assert len(CACHE_KEYS) > 0


def test_ensure_CACHE_KEYS_ALL_is_provided():
assert len(CACHE_KEYS_ALL) > 0
assert len(CACHE_KEYS_ALL) > 0

0 comments on commit 146e14a

Please sign in to comment.