Skip to content

Commit 9ab0a2c

Browse files
committed
corrected the message
Signed-off-by: kunal-511 <[email protected]>
1 parent 71de9e2 commit 9ab0a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/model_registry_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ jobs:
131131
-H "Authorization: Bearer ${KF_TOKEN}")
132132
133133
if test $STATUS_CODE -ne 403; then
134-
echo "Error, this call should fail to list notebooks in namespace ${KF_PROFILE}."
134+
echo "Error, this call should fail to list model registry resources in namespace ${KF_PROFILE}."
135135
exit 1
136136
fi

0 commit comments

Comments
 (0)