mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
This test fails when run (via `go test`) from a gitpod workspace because gitpod workspaces have the `GITPOD_HOST` env var set, causing the `NewClient` call to return a `ConfigCatClient` rather than a `alwaysReturningDefaultValueClient` struct. Clear the env var before the test runs to avoid this.