Skip to content

Commit fc038bf

Browse files
jdamore-linodecorya-akamai
authored andcommitted
fix: Fix VPC intercept import by replacing vpcs with vpc (linode#9605)
1 parent 7c009b3 commit fc038bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/manager/cypress/e2e/core/vpc/vpc-landing-page.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
mockGetVPCs,
88
mockDeleteVPC,
99
mockUpdateVPC,
10-
} from 'support/intercepts/vpcs';
10+
} from 'support/intercepts/vpc';
1111
import { vpcFactory } from '@src/factories';
1212
import { ui } from 'support/ui';
1313
import { randomLabel, randomPhrase } from 'support/util/random';

0 commit comments

Comments
 (0)