Skip to content

Commit

Permalink
[type:refactor] refactor module
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Nov 8, 2023
1 parent 0e70215 commit 8be827b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ private ShenYuScenarioSpec testDivideHello() {
return ShenYuScenarioSpec.builder()
.name("http client hello")
.beforeEachSpec(ShenYuBeforeEachSpec.builder()
.checker(exists("/http/shenyu/client/hello"))
.checker(exists("/http/order/findById?id=123"))
.build())
.caseSpec(ShenYuCaseSpec.builder()
.addExists("/http/shenyu/client/hello")
.addNotExists("/http/shenyu/client/hello/222/111")
.addExists("/http/order/findById?id=123")
.build())
.build();
}
Expand Down

0 comments on commit 8be827b

Please sign in to comment.