Skip to content

Commit

Permalink
Fixed get_spec_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
u8sand committed Oct 12, 2018
1 parent b56fcd4 commit beacfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyswaggerclient/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def get_spec_v2(spec_v2):
# Use v2 spec as-is
return spec_2
return spec_v2

def get_spec_v3(spec_v3):
# Convert v3 spec to v2 with api-spec-converter
Expand Down

0 comments on commit beacfd6

Please sign in to comment.