Skip to content

Commit f200a56

Browse files
Bue-von-honsean-k1
andauthored
Update pymysqlreplication/tests/test_basic.py
Co-authored-by: sean.k1 (Umhyunsik) <[email protected]>
1 parent 93b0c3f commit f200a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pymysqlreplication/tests/test_basic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ def test_gtid_event(self):
14861486
self.stream = BinLogStreamReader(
14871487
self.database,
14881488
server_id=1024,
1489-
only_events=[GtidEvent],
1489+
only_events=[GtidEvent, FORMAT_DESCRIPTION_EVENT],
14901490
)
14911491
if not self.isMySQL57AndMore():
14921492
self.skipTest("Mysql version is under 5.7")

0 commit comments

Comments
 (0)