update test

This commit is contained in:
Chester Curme 2024-09-28 14:19:16 -04:00
parent 184448e130
commit 80a62c3061

View File

@ -1305,7 +1305,8 @@ async def test_with_config(mocker: MockerFixture) -> None:
5,
7,
]
assert spy.call_args_list == [
assert sorted(spy.call_args_list) == sorted(
[
mocker.call(
"hello",
{
@ -1327,6 +1328,7 @@ async def test_with_config(mocker: MockerFixture) -> None:
},
),
]
)
spy.reset_mock()
assert sorted(