Skip to content

Commit af616fb

Browse files
chore(internal): codegen related update
1 parent 431b3ad commit af616fb

9 files changed

+13
-13
lines changed

credit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
func TestCreditList(t *testing.T) {
17-
t.Skip("skipped: tests are disabled for the time being")
17+
t.Skip("Prism tests are disabled")
1818
baseURL := "http://localhost:4010"
1919
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
2020
baseURL = envURL

feedback_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
func TestFeedbackNew(t *testing.T) {
17-
t.Skip("skipped: tests are disabled for the time being")
17+
t.Skip("Prism tests are disabled")
1818
baseURL := "http://localhost:4010"
1919
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
2020
baseURL = envURL

generateschema_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
func TestGenerateSchemaGet(t *testing.T) {
17-
t.Skip("skipped: tests are disabled for the time being")
17+
t.Skip("Prism tests are disabled")
1818
baseURL := "http://localhost:4010"
1919
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
2020
baseURL = envURL

markdownify_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
func TestMarkdownifyNew(t *testing.T) {
17-
t.Skip("skipped: tests are disabled for the time being")
17+
t.Skip("Prism tests are disabled")
1818
baseURL := "http://localhost:4010"
1919
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
2020
baseURL = envURL
@@ -37,7 +37,7 @@ func TestMarkdownifyNew(t *testing.T) {
3737
}
3838

3939
func TestMarkdownifyGet(t *testing.T) {
40-
t.Skip("skipped: tests are disabled for the time being")
40+
t.Skip("Prism tests are disabled")
4141
baseURL := "http://localhost:4010"
4242
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
4343
baseURL = envURL

searchscraper_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
func TestSearchscraperNew(t *testing.T) {
17-
t.Skip("skipped: tests are disabled for the time being")
17+
t.Skip("Prism tests are disabled")
1818
baseURL := "http://localhost:4010"
1919
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
2020
baseURL = envURL
@@ -37,7 +37,7 @@ func TestSearchscraperNew(t *testing.T) {
3737
}
3838

3939
func TestSearchscraperGet(t *testing.T) {
40-
t.Skip("skipped: tests are disabled for the time being")
40+
t.Skip("Prism tests are disabled")
4141
baseURL := "http://localhost:4010"
4242
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
4343
baseURL = envURL

smartcrawler_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
func TestSmartcrawlerNew(t *testing.T) {
17-
t.Skip("skipped: tests are disabled for the time being")
17+
t.Skip("Prism tests are disabled")
1818
baseURL := "http://localhost:4010"
1919
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
2020
baseURL = envURL
@@ -37,7 +37,7 @@ func TestSmartcrawlerNew(t *testing.T) {
3737
}
3838

3939
func TestSmartcrawlerGet(t *testing.T) {
40-
t.Skip("skipped: tests are disabled for the time being")
40+
t.Skip("Prism tests are disabled")
4141
baseURL := "http://localhost:4010"
4242
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
4343
baseURL = envURL

smartcrawlersession_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
func TestSmartcrawlerSessionList(t *testing.T) {
17-
t.Skip("skipped: tests are disabled for the time being")
17+
t.Skip("Prism tests are disabled")
1818
baseURL := "http://localhost:4010"
1919
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
2020
baseURL = envURL

smartscraper_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
func TestSmartscraperNew(t *testing.T) {
17-
t.Skip("skipped: tests are disabled for the time being")
17+
t.Skip("Prism tests are disabled")
1818
baseURL := "http://localhost:4010"
1919
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
2020
baseURL = envURL
@@ -37,7 +37,7 @@ func TestSmartscraperNew(t *testing.T) {
3737
}
3838

3939
func TestSmartscraperGet(t *testing.T) {
40-
t.Skip("skipped: tests are disabled for the time being")
40+
t.Skip("Prism tests are disabled")
4141
baseURL := "http://localhost:4010"
4242
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
4343
baseURL = envURL

validate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
func TestValidateCheck(t *testing.T) {
17-
t.Skip("skipped: tests are disabled for the time being")
17+
t.Skip("Prism tests are disabled")
1818
baseURL := "http://localhost:4010"
1919
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
2020
baseURL = envURL

0 commit comments

Comments
 (0)