## Problem Some tests are executing queries against a real db. File: **test/src/main.rs** Affected tests: - tests_remove_mysql - test_mysql ## Fix: Use a mock instead of a read db
Problem
Some tests are executing queries against a real db.
File: test/src/main.rs
Affected tests:
Fix:
Use a mock instead of a read db