@@ -15,7 +15,6 @@ import (
15
15
)
16
16
17
17
func TestEnvironmentNewWithOptionalParams (t * testing.T ) {
18
- t .Skip ("skipped: tests are disabled for the time being" )
19
18
baseURL := "http://localhost:4010"
20
19
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
21
20
baseURL = envURL
@@ -87,7 +86,6 @@ func TestEnvironmentNewWithOptionalParams(t *testing.T) {
87
86
}
88
87
89
88
func TestEnvironmentGetWithOptionalParams (t * testing.T ) {
90
- t .Skip ("skipped: tests are disabled for the time being" )
91
89
baseURL := "http://localhost:4010"
92
90
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
93
91
baseURL = envURL
@@ -112,7 +110,6 @@ func TestEnvironmentGetWithOptionalParams(t *testing.T) {
112
110
}
113
111
114
112
func TestEnvironmentUpdate (t * testing.T ) {
115
- t .Skip ("skipped: tests are disabled for the time being" )
116
113
baseURL := "http://localhost:4010"
117
114
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
118
115
baseURL = envURL
@@ -139,7 +136,6 @@ func TestEnvironmentUpdate(t *testing.T) {
139
136
}
140
137
141
138
func TestEnvironmentListWithOptionalParams (t * testing.T ) {
142
- t .Skip ("skipped: tests are disabled for the time being" )
143
139
baseURL := "http://localhost:4010"
144
140
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
145
141
baseURL = envURL
@@ -177,7 +173,6 @@ func TestEnvironmentListWithOptionalParams(t *testing.T) {
177
173
}
178
174
179
175
func TestEnvironmentDeleteWithOptionalParams (t * testing.T ) {
180
- t .Skip ("skipped: tests are disabled for the time being" )
181
176
baseURL := "http://localhost:4010"
182
177
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
183
178
baseURL = envURL
@@ -203,7 +198,6 @@ func TestEnvironmentDeleteWithOptionalParams(t *testing.T) {
203
198
}
204
199
205
200
func TestEnvironmentNewFromProjectWithOptionalParams (t * testing.T ) {
206
- t .Skip ("skipped: tests are disabled for the time being" )
207
201
baseURL := "http://localhost:4010"
208
202
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
209
203
baseURL = envURL
@@ -276,7 +270,6 @@ func TestEnvironmentNewFromProjectWithOptionalParams(t *testing.T) {
276
270
}
277
271
278
272
func TestEnvironmentNewLogsTokenWithOptionalParams (t * testing.T ) {
279
- t .Skip ("skipped: tests are disabled for the time being" )
280
273
baseURL := "http://localhost:4010"
281
274
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
282
275
baseURL = envURL
@@ -301,7 +294,6 @@ func TestEnvironmentNewLogsTokenWithOptionalParams(t *testing.T) {
301
294
}
302
295
303
296
func TestEnvironmentMarkActiveWithOptionalParams (t * testing.T ) {
304
- t .Skip ("skipped: tests are disabled for the time being" )
305
297
baseURL := "http://localhost:4010"
306
298
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
307
299
baseURL = envURL
@@ -330,7 +322,6 @@ func TestEnvironmentMarkActiveWithOptionalParams(t *testing.T) {
330
322
}
331
323
332
324
func TestEnvironmentStartWithOptionalParams (t * testing.T ) {
333
- t .Skip ("skipped: tests are disabled for the time being" )
334
325
baseURL := "http://localhost:4010"
335
326
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
336
327
baseURL = envURL
@@ -355,7 +346,6 @@ func TestEnvironmentStartWithOptionalParams(t *testing.T) {
355
346
}
356
347
357
348
func TestEnvironmentStopWithOptionalParams (t * testing.T ) {
358
- t .Skip ("skipped: tests are disabled for the time being" )
359
349
baseURL := "http://localhost:4010"
360
350
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
361
351
baseURL = envURL
0 commit comments