Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
verify updatePetWithForm in go client
  • Loading branch information
wing328 committed Oct 10, 2018
commit 2e5c614d4942fe622cee383a90170e2094be8831
3 changes: 3 additions & 0 deletions samples/client/petstore/go/pet_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ func TestUpdatePetWithForm(t *testing.T) {
if r.StatusCode != 200 {
t.Log(r)
}

// get the pet id from server to verify the update
isPetCorrect(t, 12830, "golang", "available")
}

func TestFindPetsByTag(t *testing.T) {
Expand Down