Skip to content

Commit

Permalink
Revert "Disable test case"
Browse files Browse the repository at this point in the history
This reverts commit 05b37a1.
  • Loading branch information
TharmiganK committed Oct 13, 2023
1 parent 11daeae commit cf601e3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,7 @@ service http:InterceptableService / on requestInterceptorCtxNextServerEP {
}
}

// Enable after fixing this issue: https://github.com/ballerina-platform/ballerina-standard-library/issues/4915
@test:Config {enable: false}
@test:Config{}
function testRequestInterceptorCtxNext() returns error? {
http:Response res = check requestInterceptorCtxNextClientEP->get("/");
test:assertEquals(res.statusCode, 202);
Expand Down

0 comments on commit cf601e3

Please sign in to comment.