Skip to content

Commit

Permalink
Update get_swagger.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pactortester committed Jul 13, 2020
1 parent c1db83d commit 1be9d9c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions swaggerjmx/get_swagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
import json




def get_test_plan(swagger_url=None, swagger_url_json_path=None):


global data
if swagger_url is None:
try:
Expand Down Expand Up @@ -60,4 +56,3 @@ def get_test_plan(swagger_url=None, swagger_url_json_path=None):
"sampler_comments": sample_value.get("description")})

return thread_groups
get_test_plan(swagger_url='http://10.231.132.81:6003/v2/api-docs')

0 comments on commit 1be9d9c

Please sign in to comment.