Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Dec 18, 2023
1 parent a263277 commit 2a51e6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dcicutils/portal_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,3 @@ def _create_testapp(arg: Union[TestApp, VirtualApp, Router, str] = None, app_nam
else:
raise Exception("Portal._create_testapp argument error.")
return TestApp(router, {"HTTP_ACCEPT": "application/json", "REMOTE_USER": "TEST"})

p = Portal("smaht-localhost", server="http://abc.com")
print(p.server)

0 comments on commit 2a51e6c

Please sign in to comment.