You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/src/test/scala/whisk/core/cli/test/ApiGwTests.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ abstract class ApiGwTests extends BaseApiGwTests {
282
282
action =Some(actionName),
283
283
apiname =Some(testapiname),
284
284
expectedExitCode =ERROR_EXIT)
285
-
rr.stderr should include(s"""Action '/_/${actionName}' is not a web action. Issue 'wsk action update "${actionName}" --web true' to convert the action to a web action.""")
285
+
rr.stderr should include(s"""Action '/_/${actionName}' is not a web action. Issue 'wsk action update "/_/${actionName}" --web true' to convert the action to a web action.""")
0 commit comments