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 7ed3d53 commit 9209121Copy full SHA for 9209121
plugin/src/test/java/org/opensearch/ml/rest/MLCommonsTenantAwareRestTestCase.java
@@ -60,7 +60,7 @@ public abstract class MLCommonsTenantAwareRestTestCase extends MLCommonsRestTest
60
protected static final String EMPTY_CONTENT = "{}";
61
62
// REST Response error reasons
63
- protected static final String MISSING_TENANT_REASON = "Tenant ID header is missing";
+ protected static final String MISSING_TENANT_REASON = "Tenant ID header is missing or has no value";
64
protected static final String NO_PERMISSION_REASON = "You don't have permission to access this resource";
65
protected static final String DEPLOYED_REASON =
66
"Model cannot be deleted in deploying or deployed state. Try undeploy model first then delete";
0 commit comments