Skip to content

Commit

Permalink
RHINENG-1197: update tests to new meta section
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMraka committed Aug 4, 2023
1 parent c297c25 commit 3dd87bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/controllers/advisories_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func TestAdvisoriesTags(t *testing.T) {
assert.Equal(t, 8, len(output.Data))
assert.Equal(t, 1, output.Data[0].Attributes.InstallableSystems)
assert.Equal(t, 2, output.Data[0].Attributes.ApplicableSystems)
assert.Equal(t, "/?offset=0&limit=20&filter[applicable_systems]=gt:0&sort=id&tags=ns1/k2=val2", output.Links.First)
assert.Equal(t, "/?offset=0&limit=20&tags=ns1/k2=val2&filter[applicable_systems]=gt:0&sort=id", output.Links.First)
}

func TestListAdvisoriesTagsInvalid(t *testing.T) {
Expand Down

0 comments on commit 3dd87bd

Please sign in to comment.