Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWilkie committed Nov 7, 2023
1 parent 06d5454 commit 4c784b2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@


@responses.activate
def move_list_of_items_to_folder_including_filters(base_client: ClientCore) -> None:
def test_move_list_of_items_to_folder_including_filters(
base_client: ClientCore,
) -> None:
# Define the expected response
responses.add(
responses.POST,
Expand Down

0 comments on commit 4c784b2

Please sign in to comment.