Skip to content

Commit

Permalink
Include options in update_query() test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina Samuel committed Feb 7, 2018
1 parent f7f5641 commit 1b653bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redash_client/tests/test_redash.py
Expand Up @@ -371,6 +371,7 @@ def test_update_query_string_success(self):
sql_query="SELECT * FROM table",
data_source_id=5,
description="",
options={"some_options": "an_option"}
)

# One call to update query, one call to refresh it
Expand Down

0 comments on commit 1b653bf

Please sign in to comment.