Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Oct 25, 2024
1 parent 6f7ae06 commit 10dc2d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_ap_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ def test_create_new_ap_on_server(
dsp_client=dsp_client,
)
dsp_client.post.assert_called_once_with("/admin/permissions/ap", data=create_new_ap_request)
create_ap_from_admin_route_object.assert_called_once_with(create_new_ap_response["administrative_permission"], dsp_client)
create_ap_from_admin_route_object.assert_called_once_with(
create_new_ap_response["administrative_permission"], dsp_client
)

0 comments on commit 10dc2d2

Please sign in to comment.