Skip to content

Commit

Permalink
test with ascii since older maraidb versions may not work otherwise
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Apr 29, 2023
1 parent 48c93c1 commit 787fda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/recorder/auto_repairs/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def _break_states_schema():
with session_scope(session=session_maker()) as session:
session.execute(
text(
"ALTER TABLE states CHARACTER SET utf8mb3 COLLATE utf8_general_ci, "
"ALTER TABLE states CHARACTER SET ascii COLLATE ascii_general_ci, "
"LOCK=EXCLUSIVE;"
)
)
Expand Down

0 comments on commit 787fda1

Please sign in to comment.