diff --git a/vizro-ai/tests/integration/test_example.py b/vizro-ai/tests/integration/test_example.py index 1af308ee1..5496d4ee3 100644 --- a/vizro-ai/tests/integration/test_example.py +++ b/vizro-ai/tests/integration/test_example.py @@ -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))