Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Romeu committed Jul 4, 2017
1 parent ea0eb50 commit f15d2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ def test_sql_additional_params(api_key_auth_client_usr):
data = sql.send('select * from ' + EXISTING_POINT_DATASET,
do_post=True)

assert "the_geom_webmercator" not in data['rows'][0]
assert "the_geom_webmercator" in data['rows'][0]

0 comments on commit f15d2b5

Please sign in to comment.