Skip to content

Commit 2e52bc0

Browse files
author
Andrea Falzetti
committed
clean up
1 parent bf19e23 commit 2e52bc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/common-go/experiments/types_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
package experiments
66

77
import (
8-
"github.com/stretchr/testify/require"
98
"testing"
9+
10+
"github.com/stretchr/testify/require"
1011
)
1112

1213
func TestNewClient_WithoutEnvSet(t *testing.T) {
14+
t.Setenv("GITPOD_HOST", "")
1315
client := NewClient()
1416
require.IsType(t, &alwaysReturningDefaultValueClient{}, client)
1517
}

0 commit comments

Comments
 (0)