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 12, 2024
1 parent a4aadbd commit a46ac14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions internal/resources/web-api-practice/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@ func NewWebAPIPractice(ctx context.Context, c *api.Client, input models.CreateWe
}
SchemaValidation {
id
OasSchema {
data
name
}
filename
data
}
}
}
Expand Down
6 changes: 2 additions & 4 deletions internal/resources/web-api-practice/read.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,8 @@ func GetWebAPIPractice(ctx context.Context, c *api.Client, id string) (models.We
}
SchemaValidation {
id
OasSchema {
data
name
}
filename
data
}
}
}
Expand Down

0 comments on commit a46ac14

Please sign in to comment.