Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed May 18, 2017
1 parent 2b9d2b7 commit 08412a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sqllab_tests.py
Expand Up @@ -56,7 +56,7 @@ def test_sql_json_escaping(self):
self.login('admin')

data = self.run_sql(
"SELECT count(1) FROM ab_user WHERE username like '%:test%'", "3")
"SELECT username FROM ab_user WHERE username like '%:test%'", "3")
self.assertEquals(0, len(data['data']))

def test_sql_json_has_access(self):
Expand Down

0 comments on commit 08412a2

Please sign in to comment.