The registration step now provides users with a type ahead input so they can select from all activation keys associated with their accounts. The testing for this requires that we wait for the mocked api response.
3 lines
131 B
JavaScript
3 lines
131 B
JavaScript
export const IMAGE_BUILDER_API = '/api/image-builder/v1';
|
|
export const RHSM_API = '/api/rhsm/v2';
|
|
export const RHEL_8 = 'rhel-85';
|