Only mock ci connections in single db mode
Change `mock_ci_connection` to only setup a mocked `Ci::ApplicationRecord` connection when running in a single database mode. When running with multiple databases, we can use the actual `Ci::ApplicationRecord` connection.
Showing
Please register or sign in to comment