jiangpengcheng commented on a change in pull request #5036:
URL: https://github.com/apache/openwhisk/pull/5036#discussion_r557798885
##########
File path:
tests/src/test/scala/org/apache/openwhisk/core/admin/WskAdminTests.scala
##########
@@ -252,7 +252,8 @@ class WskAdminTests extends TestHelpers with WskActorSystem
with Matchers with B
// check correctly set
val lines = wskadmin.cli(Seq("limits", "get",
subject)).stdout.linesIterator.toSeq
lines should have size 1
- lines(0) shouldBe "allowedKinds = [u'nodejs:10', u'blackbox']"
+ lines(0) should (be("allowedKinds = [u'nodejs:10', u'blackbox']") or be(
+ "allowedKinds = ['nodejs:10', 'blackbox']"))
Review comment:
to be compatible with ubuntu20.04
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]