()
| 525 | } |
| 526 | |
| 527 | func (s *OrgTestSuite) TestListOrgPoolsErrUnauthorized() { |
| 528 | _, err := s.Runner.ListOrgPools(context.Background(), "dummy-org-id") |
| 529 | |
| 530 | s.Require().Equal(runnerErrors.ErrUnauthorized, err) |
| 531 | } |
| 532 | |
| 533 | func (s *OrgTestSuite) TestUpdateOrgPool() { |
| 534 | entity := params.ForgeEntity{ |
nothing calls this directly
no test coverage detected