MCPcopy Create free account
hub / github.com/cloudbase/garm / TestListOrgPoolsErrUnauthorized

Method TestListOrgPoolsErrUnauthorized

runner/organizations_test.go:527–531  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ListOrgPoolsMethod · 0.65

Tested by

no test coverage detected