Skip to content

Commit 2a80517

Browse files
committed
Fix test
1 parent 3897cf6 commit 2a80517

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cli/azd/cmd/env.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ func newEnvSetCmd() *cobra.Command {
128128
}
129129
return nil
130130
},
131+
// Sample arguments used in tests
132+
Annotations: map[string]string{
133+
"azdtest.use": "set key value key2 value2",
134+
},
131135
}
132136
}
133137

0 commit comments

Comments
 (0)