forked from loafle/openapi-generator-original
Fix spec
This commit is contained in:
parent
817a74d4df
commit
e9c5c1434b
@ -23,7 +23,7 @@ describe "Pet" do
|
|||||||
end
|
end
|
||||||
|
|
||||||
it "should not find a pet with invalid status" do
|
it "should not find a pet with invalid status" do
|
||||||
pets = PetApi.findPetsByStatus('dead')
|
pets = PetApi.findPetsByStatus('invalid-status')
|
||||||
pets.length.should == 0
|
pets.length.should == 0
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user