-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pci.private-network): fix staletime for check status creation
ref: -1826 Signed-off-by: tsiorifamonjena <[email protected]>
- Loading branch information
1 parent
e38fb9d
commit 312ea5d
Showing
6 changed files
with
26 additions
and
107 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
packages/manager/apps/pci-private-network/src/__mocks__/catalog.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
const catalog = { | ||
plans: [ | ||
{ | ||
code: 'planCode1', | ||
regions: [ | ||
{ | ||
name: 'GRA11', | ||
}, | ||
{ name: 'GRA7' }, | ||
], | ||
}, | ||
{ | ||
code: 'planCode2', | ||
regions: [ | ||
{ | ||
name: 'SGP1', | ||
}, | ||
], | ||
}, | ||
], | ||
}; | ||
|
||
export { catalog }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 0 additions & 48 deletions
48
...vate-network/src/hooks/useGatewayAvailabilityRegion/useGatewayAvailabilityRegion.spec.tsx
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...i-private-network/src/hooks/useGatewayAvailabilityRegion/useGatewayAvailabilityRegion.tsx
This file was deleted.
Oops, something went wrong.
23 changes: 2 additions & 21 deletions
23
...ion useGatewayAvailabilityRegion.spec.tsx → ...n/useIsPlanCodeAvailableInRegion.spec.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
packages/manager/apps/pci-private-network/src/utils/test/test.provider.tsx
This file was deleted.
Oops, something went wrong.