Skip to content

Commit 6737b64

Browse files
committed
Revert mock updates after rebase
1 parent f3f5d36 commit 6737b64

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/manager/src/mocks/serverHandlers.ts

-6
Original file line numberDiff line numberDiff line change
@@ -599,11 +599,6 @@ export const handlers = [
599599
tags: ['test1', 'test2', 'test3'],
600600
});
601601
const linodes = [
602-
linodeFactory.build({
603-
label: 'DC-Specific Pricing Linode',
604-
region: 'id-cgk',
605-
backups: { enabled: false },
606-
}),
607602
metadataLinodeWithCompatibleImage,
608603
metadataLinodeWithCompatibleImageAndRegion,
609604
...onlineLinodes,
@@ -647,7 +642,6 @@ export const handlers = [
647642
linodeFactory.build({
648643
backups: { enabled: false },
649644
id,
650-
region: 'id-cgk',
651645
})
652646
)
653647
);

0 commit comments

Comments
 (0)