Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xbhouse committed May 20, 2024
1 parent 55e432c commit bef4a6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/test/integration/rpm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ func (r *RpmSuite) TestRpmRepositoryVersionErrataListFilter() {
}

func (r *RpmSuite) TestRpmRepositoryVersionErrataListSort() {
r.CreateTestRepository(r.T(), testRepoNameWithErrata, testRepoURLWithErrata)
resp, err := r.client.GetRpmRepositoryByName(r.domainName, testRepoNameWithErrata)
require.NoError(r.T(), err)
require.NotNil(r.T(), resp.LatestVersionHref)
Expand Down

0 comments on commit bef4a6b

Please sign in to comment.