testing slug usage for api

This commit is contained in:
Kristina Durivage 2024-06-14 11:25:43 -05:00
parent 442ea2e53f
commit cc4556c3b7

View File

@ -22,7 +22,7 @@ export enum QueryTemplateKinds {
*
* @alpha
*/
export const BASE_URL = `/apis/${API_VERSION}/namespaces/default/querytemplates/`;
export const BASE_URL = `/apis/${API_VERSION}/namespaces/ephemeral1511182188258gelicia/querytemplates/`;
/**
* TODO: similar code is duplicated in many places. To be unified in #86960