Skip to content

Commit

Permalink
chore(test): cache contains less variables
Browse files Browse the repository at this point in the history
RHINENG-7872
  • Loading branch information
psegedy committed Oct 7, 2024
1 parent 7dd8065 commit 69e2c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmaas/webapp/test/test_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_clear(cache):
"""Test cache clear method"""
cache.clear()
variables = vars(cache)
assert len(variables) == 49
assert len(variables) == 36
for name, var in variables.items():
if name == "filename":
assert var == TEST_DUMP_FILE
Expand Down

0 comments on commit 69e2c08

Please sign in to comment.