Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
Anna-Xiong committed Jun 6, 2024
1 parent c4220cb commit 67c0191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-ai/tests/integration/test_example.py
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ def test_chart():
resp.code,
any_of(contains_string("y='count'"), contains_string("y='gdpPercap'"), contains_string("y='continent'")),
)
assert_that(resp.code_explanationo, equal_to(None))
assert_that(resp.code_explanation, equal_to(None))
assert_that(resp.business_insights, equal_to(None))


0 comments on commit 67c0191

Please sign in to comment.