Skip to content

Commit

Permalink
fix: apisix setweight check back
Browse files Browse the repository at this point in the history
Signed-off-by: shareinto <[email protected]>
  • Loading branch information
shareinto committed Mar 24, 2023
1 parent c790eb9 commit 47814c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/apisix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (s *APISIXSuite) TestAPISIXCanaryStep() {
WaitForRolloutStatus("Healthy").
Then().
Assert(func(t *fixtures.Then) {
//s.check(t, 100, 0)
s.check(t, 100, 0)
}).
ExpectExperimentCount(0).
When().
Expand Down

0 comments on commit 47814c8

Please sign in to comment.