Skip to content

Commit

Permalink
update domain def in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeyro committed Feb 19, 2024
1 parent 9dd2066 commit 0cb5f32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ describe('Component: AppInstance', () => {
enabled: true,
pvStorageSizeLimit: 20
}
]
],
annotations: []
};

const appInstance: AppInstanceExtended = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ describe('DomainFilterComponent', () => {
domainTechDetails: undefined,
applicationStatePerDomain: [],
groups: [],
annotations: [],
}

const domain1: Domain = {
Expand All @@ -38,6 +39,7 @@ describe('DomainFilterComponent', () => {
domainTechDetails: undefined,
applicationStatePerDomain: [],
groups: [],
annotations: [],
};

const domain2: Domain = {
Expand All @@ -50,6 +52,7 @@ describe('DomainFilterComponent', () => {
domainTechDetails: undefined,
applicationStatePerDomain: [],
groups: [],
annotations: [],
};

beforeEach(waitForAsync(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ describe('AppInstallmodalComponent', () => {
domainTechDetails: undefined,
applicationStatePerDomain: [],
groups: [],
annotations: [],
}

beforeEach(waitForAsync(() => {
Expand Down

0 comments on commit 0cb5f32

Please sign in to comment.