File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
functional_tests/basic_chaos/tests-deadline Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ async def test_fake_deadline_expired_with_exception(
222222 )
223223
224224 assert deadline_warning ['body' ] == 'Deadline expired'
225- assert deadline_warning ['http.response.status_code ' ] == '504'
225+ assert deadline_warning ['meta_code ' ] == '504'
226226
227227
228228async def test_fake_deadline_expired (
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const std::string kHttpRequestMethod = "http.request.method";
2828
2929const std::string kHttpStatusCode = " meta_code" ;
3030
31- const std::string kHttpResponseStatusCode = " http.response.status_code " ;
31+ const std::string kHttpResponseStatusCode = " meta_code " ;
3232
3333const std::string kHttpRoute = " http.route" ;
3434
You can’t perform that action at this time.
0 commit comments