Skip to content

Commit c32ec0d

Browse files
author
Raghuveer Raavi
committed
Fixed breaking test
1 parent dc3ec0f commit c32ec0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/test/scala/limits/ThrottleTests.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ class NamespaceSpecificThrottleTests
467467
}
468468

469469
wsk.action.invoke(actionName, expectedExitCode = TooManyRequests.intValue).stderr should {
470-
include(prefix(tooManyConcurrentRequests(0, 0))) and include("allowed: 0")
470+
include(prefix(tooManyConcurrentRequests(0, 0))) and include("allowed per controller: 0")
471471
}
472472
}
473473

0 commit comments

Comments
 (0)