Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
oboratav committed Jan 20, 2021
1 parent 48898c3 commit ca4004e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
transport = Transport(cache=SqliteCache())

test_client = Client(TEST_WSDL_URL, transport=transport)
test_factory = test_client.type_factory("tns")
test_factory = test_client.type_factory("ns1")
prod_client = Client(PROD_WSDL_URL, transport=transport)
prod_factory = prod_client.type_factory("tns")
prod_factory = prod_client.type_factory("ns1")

class AuthMiddleware(object):
"""
Expand Down

0 comments on commit ca4004e

Please sign in to comment.