Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Jun 17, 2021
1 parent 65aa038 commit 1231f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core_tests.py
Expand Up @@ -1412,7 +1412,7 @@ def test_sqllab_backend_persistence_payload(self):
"client_id_1",
user_name=username,
raise_on_error=True,
sql_editor_id=tab_state_id,
sql_editor_id=str(tab_state_id),
)
# run an orphan query (no tab)
self.run_sql(
Expand Down

0 comments on commit 1231f73

Please sign in to comment.