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 10, 2020
1 parent 96c8b99 commit 4f08b4c
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 4f08b4c

Please sign in to comment.