-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
ebe4a67
to
2313da1
Compare
method: DELETE | ||
uri: http://airflow-webserver:8080/api/v1/dags/author_create_initialization_dag/dagRuns/00000000-0000-0000-0000-000000000001 | ||
response: | ||
body: | ||
string: "{\n \"detail\": \"DAGRun with DAG ID: 'author_create_initialization_dag' | ||
and DagRun ID: '00000000-0000-0000-0000-000000000001' not found\",\n \"status\": | ||
404,\n \"title\": \"Not Found\",\n \"type\": \"https://airflow.apache.org/docs/apache-airflow/2.8.3/stable-rest-api-ref.html#section/Errors/NotFound\"\n}\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is 404 here, is this correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dito
headers: | ||
Connection: | ||
- close | ||
Content-Length: | ||
- '294' | ||
Content-Type: | ||
- application/problem+json | ||
Date: | ||
- Mon, 19 Aug 2024 13:16:38 GMT | ||
Server: | ||
- gunicorn | ||
X-Robots-Tag: | ||
- noindex, nofollow | ||
status: | ||
code: 404 | ||
message: NOT FOUND |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. its due to the delete in the teardown
trying to delete something that was already deleted during the test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just few clarifications
No description provided.