()
| 668 | } |
| 669 | |
| 670 | func (s *e2eTestSuite) Test_InvalidSQL() { |
| 671 | _, err := s.session.ExecuteStatementWithContext(context.Background(), "select1 from device") |
| 672 | assert := s.Require() |
| 673 | assert.Error(err) |
| 674 | } |
nothing calls this directly
no test coverage detected