Skip to content

Commit a422514

Browse files
committed
fmt
1 parent ef7b33e commit a422514

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

site/e2e/helpers.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import {
3434
type ExternalAuthProviderResource,
3535
type GraphComplete,
3636
type ParseComplete,
37-
type PlanComplete,
3837
type Resource,
3938
Response,
4039
type RichParameter,
@@ -920,9 +919,7 @@ ${options}}
920919
],
921920
apply: [
922921
{
923-
apply: {
924-
925-
},
922+
apply: {},
926923
},
927924
],
928925
extraFiles: new Map([["main.tf", tf]]),
@@ -952,9 +949,7 @@ export const echoResponsesWithExternalAuth = (
952949
],
953950
apply: [
954951
{
955-
apply: {
956-
957-
},
952+
apply: {},
958953
},
959954
],
960955
};

0 commit comments

Comments
 (0)