Fixture that provides an ECSMonitorExpressGatewayService command.
(mock_session, mock_watcher_class)
| 30 | |
| 31 | @pytest.fixture |
| 32 | def command(mock_session, mock_watcher_class): |
| 33 | """Fixture that provides an ECSMonitorExpressGatewayService command.""" |
| 34 | return ECSMonitorExpressGatewayService( |
| 35 | mock_session, watcher_class=mock_watcher_class |
| 36 | ) |
| 37 | |
| 38 | |
| 39 | @pytest.fixture |
no test coverage detected