Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Aug 20, 2021
1 parent cde9fed commit 2cb3a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/charts/commands_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def test_import_v1_chart(self):
assert dataset.table_name == "imported_dataset"
assert chart.table == dataset
assert json.loads(chart.query_context) == {
"datasource": {"id": 1, "type": "table"},
"datasource": {"id": dataset.id, "type": "table"},
"force": False,
"queries": [
{
Expand Down

0 comments on commit 2cb3a6e

Please sign in to comment.