Skip to content

Commit c45ddeb

Browse files
committed
Fix log
1 parent 98e3ccb commit c45ddeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ibm/pipelines/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ run_tests() {
629629
local url="${4:-}"
630630

631631
if ! grep -q "name: \"${playwright_project}\"" "${DIR}/../../e2e-tests/playwright.config.ts" 2> /dev/null; then
632-
logging::warn "Playwright project '${playwright_project}' may not exist in config"
632+
log::warn "Playwright project '${playwright_project}' may not exist in config"
633633
return 1
634634
fi
635635

0 commit comments

Comments
 (0)