Skip to content

Commit 8df151e

Browse files
committed
revert this
1 parent bbded4a commit 8df151e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/shorthand/env_var_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func Test_DeploymentEnvVarShorthand(t *testing.T) {
4545
},
4646
{
4747
name: "nested flag",
48-
input: `MAVERICK_MAP_OVERRIDE=/MAP_Hangman/Hangman_Main?game=/Script/Engine.GameModeBase`,
48+
input: `KEY=-SomeFlag="With Spaces,And Commas"`,
4949
expect: &components.DeploymentConfigV3Env{
5050
Name: "KEY",
5151
Value: `-SomeFlag="With Spaces,And Commas"`,

0 commit comments

Comments
 (0)