Skip to content

Commit

Permalink
Address PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneha Prabhu authored and Sneha Prabhu committed Nov 28, 2024
1 parent 2c4fb9d commit 6bae6cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_201_and_400_requests(self, url_safe_serializer, session, test_client):

# Duplicate file parsing request
response = test_client.put(url, headers={"Accept": "application/json"})
assert 409 == response.status_code
assert response.status_code == 409
parsing_requests = session.scalars(select(DagPriorityParsingRequest)).all()
assert parsing_requests[0].fileloc == test_dag.fileloc

Expand Down

0 comments on commit 6bae6cb

Please sign in to comment.