Skip to content

Commit

Permalink
Fixed breaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghuveer Raavi committed Sep 26, 2020
1 parent 412e80b commit 6f27606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/scala/limits/ThrottleTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ class NamespaceSpecificThrottleTests
}

wsk.action.invoke(actionName, expectedExitCode = TooManyRequests.intValue).stderr should {
include(prefix(tooManyConcurrentRequests(0, 0))) and include("allowed: 0")
include(prefix(tooManyConcurrentRequests(0, 0))) and include("allowed per controller: 0")
}
}

Expand Down

0 comments on commit 6f27606

Please sign in to comment.