Skip to content

Fix unit tests after merge of #377 and #372 #379

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions aikido_zen/thread/thread_cache_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ def test_renew_called_with_correct_args(mock_get_comms, thread_cache: ThreadCach
},
"reqs": 1,
"middleware_installed": False,
"hostnames": [],
},
receive=True,
)
Expand All @@ -255,6 +256,7 @@ def test_renew_called_with_empty_routes(mock_get_comms, thread_cache: ThreadCach
"current_routes": {},
"reqs": 0,
"middleware_installed": False,
"hostnames": [],
},
receive=True,
)
Expand All @@ -279,6 +281,7 @@ def test_renew_called_with_no_requests(mock_get_comms, thread_cache: ThreadCache
"current_routes": {},
"reqs": 0,
"middleware_installed": False,
"hostnames": [],
},
receive=True,
)