@@ -15,7 +15,7 @@ import (
15
15
)
16
16
17
17
func TestEnvironmentNewWithOptionalParams (t * testing.T ) {
18
- t .Skip ("skipped: tests are disabled for the time being " )
18
+ t .Skip ("Prism tests are disabled" )
19
19
baseURL := "http://localhost:4010"
20
20
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
21
21
baseURL = envURL
@@ -102,7 +102,7 @@ func TestEnvironmentNewWithOptionalParams(t *testing.T) {
102
102
}
103
103
104
104
func TestEnvironmentGet (t * testing.T ) {
105
- t .Skip ("skipped: tests are disabled for the time being " )
105
+ t .Skip ("Prism tests are disabled" )
106
106
baseURL := "http://localhost:4010"
107
107
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
108
108
baseURL = envURL
@@ -127,7 +127,7 @@ func TestEnvironmentGet(t *testing.T) {
127
127
}
128
128
129
129
func TestEnvironmentUpdateWithOptionalParams (t * testing.T ) {
130
- t .Skip ("skipped: tests are disabled for the time being " )
130
+ t .Skip ("Prism tests are disabled" )
131
131
baseURL := "http://localhost:4010"
132
132
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
133
133
baseURL = envURL
@@ -196,7 +196,7 @@ func TestEnvironmentUpdateWithOptionalParams(t *testing.T) {
196
196
}
197
197
198
198
func TestEnvironmentListWithOptionalParams (t * testing.T ) {
199
- t .Skip ("skipped: tests are disabled for the time being " )
199
+ t .Skip ("Prism tests are disabled" )
200
200
baseURL := "http://localhost:4010"
201
201
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
202
202
baseURL = envURL
@@ -234,7 +234,7 @@ func TestEnvironmentListWithOptionalParams(t *testing.T) {
234
234
}
235
235
236
236
func TestEnvironmentDeleteWithOptionalParams (t * testing.T ) {
237
- t .Skip ("skipped: tests are disabled for the time being " )
237
+ t .Skip ("Prism tests are disabled" )
238
238
baseURL := "http://localhost:4010"
239
239
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
240
240
baseURL = envURL
@@ -260,7 +260,7 @@ func TestEnvironmentDeleteWithOptionalParams(t *testing.T) {
260
260
}
261
261
262
262
func TestEnvironmentNewEnvironmentToken (t * testing.T ) {
263
- t .Skip ("skipped: tests are disabled for the time being " )
263
+ t .Skip ("Prism tests are disabled" )
264
264
baseURL := "http://localhost:4010"
265
265
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
266
266
baseURL = envURL
@@ -285,7 +285,7 @@ func TestEnvironmentNewEnvironmentToken(t *testing.T) {
285
285
}
286
286
287
287
func TestEnvironmentNewFromProjectWithOptionalParams (t * testing.T ) {
288
- t .Skip ("skipped: tests are disabled for the time being " )
288
+ t .Skip ("Prism tests are disabled" )
289
289
baseURL := "http://localhost:4010"
290
290
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
291
291
baseURL = envURL
@@ -373,7 +373,7 @@ func TestEnvironmentNewFromProjectWithOptionalParams(t *testing.T) {
373
373
}
374
374
375
375
func TestEnvironmentNewLogsTokenWithOptionalParams (t * testing.T ) {
376
- t .Skip ("skipped: tests are disabled for the time being " )
376
+ t .Skip ("Prism tests are disabled" )
377
377
baseURL := "http://localhost:4010"
378
378
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
379
379
baseURL = envURL
@@ -398,7 +398,7 @@ func TestEnvironmentNewLogsTokenWithOptionalParams(t *testing.T) {
398
398
}
399
399
400
400
func TestEnvironmentMarkActiveWithOptionalParams (t * testing.T ) {
401
- t .Skip ("skipped: tests are disabled for the time being " )
401
+ t .Skip ("Prism tests are disabled" )
402
402
baseURL := "http://localhost:4010"
403
403
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
404
404
baseURL = envURL
@@ -427,7 +427,7 @@ func TestEnvironmentMarkActiveWithOptionalParams(t *testing.T) {
427
427
}
428
428
429
429
func TestEnvironmentStartWithOptionalParams (t * testing.T ) {
430
- t .Skip ("skipped: tests are disabled for the time being " )
430
+ t .Skip ("Prism tests are disabled" )
431
431
baseURL := "http://localhost:4010"
432
432
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
433
433
baseURL = envURL
@@ -452,7 +452,7 @@ func TestEnvironmentStartWithOptionalParams(t *testing.T) {
452
452
}
453
453
454
454
func TestEnvironmentStopWithOptionalParams (t * testing.T ) {
455
- t .Skip ("skipped: tests are disabled for the time being " )
455
+ t .Skip ("Prism tests are disabled" )
456
456
baseURL := "http://localhost:4010"
457
457
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
458
458
baseURL = envURL
@@ -477,7 +477,7 @@ func TestEnvironmentStopWithOptionalParams(t *testing.T) {
477
477
}
478
478
479
479
func TestEnvironmentUnarchiveWithOptionalParams (t * testing.T ) {
480
- t .Skip ("skipped: tests are disabled for the time being " )
480
+ t .Skip ("Prism tests are disabled" )
481
481
baseURL := "http://localhost:4010"
482
482
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
483
483
baseURL = envURL
0 commit comments