fixtures: Update image names
This updates the names of images to how should they look like according to the image name validation rules in Wizard. "The image name can be 3-63 characters long. It can contain lowercase letters, digits and hyphens, has to start with a letter and cannot end with a hyphen."
This commit is contained in:
parent
9ab3d45f99
commit
0ea2696ac5
1 changed files with 3 additions and 3 deletions
6
src/test/fixtures/composes.ts
vendored
6
src/test/fixtures/composes.ts
vendored
|
|
@ -52,7 +52,7 @@ export const composesEndpoint = (
|
|||
export const mockComposes: ComposesResponseItem[] = [
|
||||
{
|
||||
id: '1579d95b-8f1d-4982-8c53-8c2afa4ab04c',
|
||||
image_name: 'testImageName',
|
||||
image_name: 'test-image-name',
|
||||
created_at: '2021-04-27T12:31:12Z',
|
||||
request: {
|
||||
distribution: RHEL_8,
|
||||
|
|
@ -282,7 +282,7 @@ export const mockComposes: ComposesResponseItem[] = [
|
|||
},
|
||||
{
|
||||
id: '1679d95b-8f1d-4982-8c53-8c2afa4ab04c',
|
||||
image_name: 'testOscapImageName',
|
||||
image_name: 'test-oscap-image-name',
|
||||
created_at: '2021-04-27T12:31:12Z',
|
||||
request: {
|
||||
distribution: RHEL_8,
|
||||
|
|
@ -1049,7 +1049,7 @@ export const mockComposesShareImageModal = {
|
|||
byId: {
|
||||
'1579d95b-8f1d-4982-8c53-8c2afa4ab04c': {
|
||||
id: '1579d95b-8f1d-4982-8c53-8c2afa4abc',
|
||||
image_name: 'testImageName',
|
||||
image_name: 'test-image-name',
|
||||
created_at: '2021-04-27T12:31:12Z',
|
||||
request: {
|
||||
distribution: RHEL_8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue