We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e7174 commit 4778169Copy full SHA for 4778169
environment_test.go
@@ -62,7 +62,7 @@ func TestEnvironmentNewWithOptionalParams(t *testing.T) {
62
Value: gitpod.F("value"),
63
}}),
64
Timeout: gitpod.F(gitpod.EnvironmentNewParamsSpecTimeout{
65
- Disconnected: gitpod.F("disconnected"),
+ Disconnected: gitpod.F("+9125115.360s"),
66
}),
67
68
ConnectTimeoutMs: gitpod.F(0.000000),
@@ -185,7 +185,7 @@ func TestEnvironmentNewFromProjectWithOptionalParams(t *testing.T) {
185
186
187
Timeout: gitpod.F(gitpod.EnvironmentNewFromProjectParamsSpecTimeout{
188
189
190
191
0 commit comments