Skip to content

Commit

Permalink
[type:fix] e2e test error
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Nov 7, 2023
1 parent a19ba5f commit 5073ac2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ public List<ScenarioSpec> get() {
private ShenYuScenarioSpec testSpringCloud() {
return ShenYuScenarioSpec.builder()
.name("sping-cloud order test")
.beforeEachSpec(ShenYuBeforeEachSpec.builder()
.checker(exists("/springcloud/order/path/123/hahah"))
.build())
.caseSpec(ShenYuCaseSpec.builder()
.addExists("/springcloud/order/path/123/hahah")
.addNotExists("/springcloud/order/path/123/hahah/123")
Expand Down

0 comments on commit 5073ac2

Please sign in to comment.