We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3ec0f commit c32ec0dCopy full SHA for c32ec0d
tests/src/test/scala/limits/ThrottleTests.scala
@@ -467,7 +467,7 @@ class NamespaceSpecificThrottleTests
467
}
468
469
wsk.action.invoke(actionName, expectedExitCode = TooManyRequests.intValue).stderr should {
470
- include(prefix(tooManyConcurrentRequests(0, 0))) and include("allowed: 0")
+ include(prefix(tooManyConcurrentRequests(0, 0))) and include("allowed per controller: 0")
471
472
473
0 commit comments