Skip to content

Commit

Permalink
HMS-2056 chore: clean-up bodyExpectationListDomains
Browse files Browse the repository at this point in the history
Remove not used function.

Signed-off-by: Alejandro Visiedo <[email protected]>
  • Loading branch information
avisiedo committed Nov 30, 2023
1 parent 090f89a commit ed8bc33
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/test/smoke/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@ func (s *SuiteListDomains) TearDownTest() {
s.SuiteBase.TearDownTest()
}

// bodyExpectationListDomains is a specific expectation method that fit BodyFuncListDomainsResponse
func (s *SuiteListDomains) bodyExpectationListDomains(t *testing.T, body *public.ListDomainsResponse) error {
// TODO Implement the expectations

return nil
}

func (s *SuiteListDomains) TestListDomains() {
t := s.T()
xrhidEncoded := header.EncodeXRHID(&s.UserXRHID)
Expand Down

0 comments on commit ed8bc33

Please sign in to comment.