Skip to content

Commit

Permalink
Test file linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen committed Oct 24, 2023
1 parent a5d34a1 commit f0cf1bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion darwin/future/tests/core/items/test_set_priority.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ def test_set_item_priority_with_filters() -> None:

expected_payload = {
"priority": 10,
"filters": {"dataset_ids": [123], "item_ids": ["00000000-0000-0000-0000-000000000000"], "status": "open"},
"filters": {
"dataset_ids": [123],
"item_ids": ["00000000-0000-0000-0000-000000000000"],
"status": "open",
},
}

# Define the expected endpoint
Expand Down

0 comments on commit f0cf1bc

Please sign in to comment.