Skip to content

Commit 4854b77

Browse files
committed
Update thread_cache test cases for new "packages" object
1 parent e39e5ad commit 4854b77

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

aikido_zen/thread/thread_cache_test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ def test_renew_called_with_correct_args(mock_get_comms, thread_cache: ThreadCach
313313
"middleware_installed": False,
314314
"hostnames": [],
315315
"users": [],
316+
"packages": [],
316317
},
317318
receive=True,
318319
)
@@ -358,6 +359,7 @@ def test_sync_data_for_users(mock_get_comms, thread_cache: ThreadCache):
358359
"middleware_installed": False,
359360
"hostnames": [],
360361
"ai_stats": [],
362+
"packages": [],
361363
"users": [
362364
{
363365
"id": "123",
@@ -410,6 +412,7 @@ def test_renew_called_with_empty_routes(mock_get_comms, thread_cache: ThreadCach
410412
"hostnames": [],
411413
"users": [],
412414
"ai_stats": [],
415+
"packages": [],
413416
},
414417
receive=True,
415418
)
@@ -449,6 +452,7 @@ def test_renew_called_with_no_requests(mock_get_comms, thread_cache: ThreadCache
449452
"hostnames": [],
450453
"users": [],
451454
"ai_stats": [],
455+
"packages": [],
452456
},
453457
receive=True,
454458
)

0 commit comments

Comments
 (0)