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

Commit

Permalink
squash with 88493bc (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Hart authored and sarasafavi committed Sep 23, 2016
1 parent 1cdb2ad commit 69b78f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osgeo_importer/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def generic_api_upload(self, files, configuration_options=None):
content_type='application/json'
)
self.assertTrue(response.status_code, 200)
url = '/importer-api/data-layers/{0}/'.format(upload_layer.id),
url = '/importer-api/data-layers/{0}/'.format(upload_layer.id)
response = c.get(url, content_type='application/json')
self.assertTrue(response.status_code, 200)

Expand Down

0 comments on commit 69b78f5

Please sign in to comment.