Skip to content

Commit 87ed80b

Browse files
committed
trigger build failure testing petstore
1 parent 769951c commit 87ed80b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/client/petstore/R/test_petstore.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ library(petstore)
55
var_pet <- Pet$new("name_example", list("photoUrls_example"), 56, Category$new(56, "name_example"), list(Tag$new(56, "name_example")), "available") # Pet | Pet object that needs to be added to the store
66

77
#Add a new pet to the store
8-
api_instance <- PetApi$new()
8+
api_instance <- PetApi$new2()
99
# Configure OAuth2 access token for authorization: petstore_auth
1010
api_instance$api_client$access_token <- 'TODO_YOUR_ACCESS_TOKEN';
1111
api_instance$api_client$username <- 'username';

0 commit comments

Comments
 (0)