We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71de9e2 commit 9ab0a2cCopy full SHA for 9ab0a2c
.github/workflows/model_registry_test.yaml
@@ -131,6 +131,6 @@ jobs:
131
-H "Authorization: Bearer ${KF_TOKEN}")
132
133
if test $STATUS_CODE -ne 403; then
134
- echo "Error, this call should fail to list notebooks in namespace ${KF_PROFILE}."
+ echo "Error, this call should fail to list model registry resources in namespace ${KF_PROFILE}."
135
exit 1
136
fi
0 commit comments