Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
maybe this will work
Browse files Browse the repository at this point in the history
  • Loading branch information
devights committed Jun 22, 2015
1 parent 85feb97 commit fd35317
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sqlshare_rest/test/api/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def setUp(self):

values = json.loads(response.content.decode("utf-8"))
url = values["url"]
query_id = url[-1:]
# grab query id from end of url
query_id = url.split('/')[-1]
self.query_id = query_id


Expand Down

0 comments on commit fd35317

Please sign in to comment.