Skip to content

Commit

Permalink
[12464] Changed error message in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkucharc committed Jan 15, 2021
1 parent 20f33d4 commit 11b2430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tasks/async_queries_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ def test_load_explore_json_into_cache_error(self, mock_update_job):
with pytest.raises(SupersetException):
load_explore_json_into_cache(job_metadata, form_data)

errors = ["The datasource associated with this chart no longer exists"]
errors = ["The dataset associated with this chart no longer exists"]
mock_update_job.assert_called_with(job_metadata, "error", errors=errors)

0 comments on commit 11b2430

Please sign in to comment.