Skip to content

Commit c8525d8

Browse files
committed
micro refactor
1 parent 2d345ac commit c8525d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api/test_api_sqla_with_includes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,7 @@ async def execute_request_and_check_response(self, body: Dict, schema, expected_
20632063
{
20642064
"detail": expected_detail,
20652065
"source": {"pointer": ""},
2066-
"status_code": 400,
2066+
"status_code": status.HTTP_400_BAD_REQUEST,
20672067
"title": "Bad Request",
20682068
},
20692069
],

0 commit comments

Comments
 (0)