Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
danaelhe committed Oct 9, 2023
1 parent 255ed05 commit 4b8e5e1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/mocked/test_block_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,11 +375,9 @@ def test_volume_actions_get(mock_client: Client, mock_client_url):
status=200,
)

get_resp = mock_client.volume_actions.get(
volume_id="7724db7c", action_id="72531856"
)
get_response = mock_client.volume_actions.get(volume_id="7724db7c", action_id="72531856")

assert get_resp == expected
assert get_response == expected


@responses.activate
Expand Down

0 comments on commit 4b8e5e1

Please sign in to comment.