Skip to content

Commit

Permalink
Enable test case
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Jan 15, 2025
1 parent c939c40 commit 9dc8f3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ service http:InterceptableService / on requestInterceptorCtxNextServerEP {
}
}

@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 9dc8f3c

Please sign in to comment.