Skip to content

Commit 3c1fa70

Browse files
committed
Fix error assert
1 parent 9c525ca commit 3c1fa70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/background_callback/test_basic_long_callback008.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def click_n_wait():
3434

3535
dash_duo.driver.switch_to.frame(dash_duo.find_element("iframe"))
3636
assert (
37-
"dash.exceptions.LongCallbackError: An error occurred inside a long callback:"
37+
"dash.exceptions.BackgroundCallbackError: "
38+
"An error occurred inside a background callback:"
3839
in dash_duo.wait_for_element(".errormsg").text
3940
)
4041
dash_duo.driver.switch_to.default_content()

0 commit comments

Comments
 (0)