We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7b33e commit a422514Copy full SHA for a422514
site/e2e/helpers.ts
@@ -34,7 +34,6 @@ import {
34
type ExternalAuthProviderResource,
35
type GraphComplete,
36
type ParseComplete,
37
- type PlanComplete,
38
type Resource,
39
Response,
40
type RichParameter,
@@ -920,9 +919,7 @@ ${options}}
920
919
],
921
apply: [
922
{
923
- apply: {
924
-
925
- },
+ apply: {},
926
},
927
928
extraFiles: new Map([["main.tf", tf]]),
@@ -952,9 +949,7 @@ export const echoResponsesWithExternalAuth = (
952
949
953
950
954
951
955
956
957
958
959
960
};
0 commit comments