mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 10:35:25 +00:00
Verify updatePetWithForm in Go client (#1212)
* verify updatePetWithForm in go client * update wording
This commit is contained in:
parent
529a638d11
commit
32c1d9eea4
@ -87,6 +87,9 @@ func TestUpdatePetWithForm(t *testing.T) {
|
||||
if r.StatusCode != 200 {
|
||||
t.Log(r)
|
||||
}
|
||||
|
||||
// get the pet with id 12830 from server to verify the update
|
||||
isPetCorrect(t, 12830, "golang", "available")
|
||||
}
|
||||
|
||||
func TestFindPetsByTag(t *testing.T) {
|
||||
@ -301,3 +304,4 @@ func isPetCorrect(t *testing.T, id int64, name string, status string) {
|
||||
t.Log(r)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user