We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29776ec commit b249a9cCopy full SHA for b249a9c
orbit/pkg/packaging/windows_eua_test.go
@@ -11,13 +11,13 @@ import (
11
12
func TestWindowsWixTemplateEUAToken(t *testing.T) {
13
baseOpt := Options{
14
- FleetURL: "https://fleet.example.com",
15
- EnrollSecret: "secret",
16
- OrbitChannel: "stable",
+ FleetURL: "https://fleet.example.com",
+ EnrollSecret: "secret",
+ OrbitChannel: "stable",
17
OsquerydChannel: "stable",
18
- DesktopChannel: "stable",
19
- NativePlatform: "windows",
20
- Architecture: ArchAmd64,
+ DesktopChannel: "stable",
+ NativePlatform: "windows",
+ Architecture: ArchAmd64,
21
}
22
23
t.Run("EUA_TOKEN property and flag included when enabled", func(t *testing.T) {
0 commit comments