Skip to content

Commit

Permalink
check tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-omerma committed Nov 10, 2024
1 parent df5d648 commit 97739ab
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions internal/resources/tests/web-api-asset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,13 @@ resource "inext_web_api_practice" %[4]q {
illegal_http_methods = true
}
}
schema_validation {
oas_schema {
data = "data"
name = "name"
size = 100
}
}
}
resource "inext_log_trigger" %[5]q {
Expand Down Expand Up @@ -503,6 +510,13 @@ resource "inext_web_api_practice" %[4]q {
illegal_http_methods = true
}
}
schema_validation {
oas_schema {
data = "data"
name = "name"
size = 100
}
}
}
resource "inext_log_trigger" %[5]q {
Expand Down Expand Up @@ -697,6 +711,13 @@ resource "inext_web_api_practice" %[4]q {
illegal_http_methods = true
}
}
schema_validation {
oas_schema {
data = "data"
name = "name"
size = 100
}
}
}
resource "inext_log_trigger" %[5]q {
Expand Down

0 comments on commit 97739ab

Please sign in to comment.