Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Apr 9, 2024
1 parent 5ee7cb3 commit 2274596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/tests/unit/vizro/models/test_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def test_make_page_404_layout(self, vizro_app):
],
className="error_text_container",
),
dbc.Button("Take me home", href="/", className="button_primary"),
dbc.Button("Take me home", href="/"),
],
className="error_content_container",
),
Expand Down

0 comments on commit 2274596

Please sign in to comment.