Skip to content

Commit 4316996

Browse files
committed
Update test case as its failing due to missing prefix in the name
1 parent b2d9171 commit 4316996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/test/scala/whisk/core/cli/test/ApiGwTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ abstract class ApiGwTests extends BaseApiGwTests {
282282
action = Some(actionName),
283283
apiname = Some(testapiname),
284284
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.""")
286286
} finally {
287287
wsk.action.delete(name = actionName, expectedExitCode = DONTCARE_EXIT)
288288
}

0 commit comments

Comments
 (0)