Skip to content

Commit

Permalink
Fix Ruleset API test after refactoring
Browse files Browse the repository at this point in the history
Image is not part of Ruleset anymore, removing from sample Rulesets.
Related to konveyor#464

Signed-off-by: Marek Aufart <maufart@redhat.com>
  • Loading branch information
aufi committed Aug 3, 2023
1 parent 0d0355b commit 360eacc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/api/ruleset/samples.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,12 @@ import (
var (
Minimal = api.RuleSet{
Name: "Minimal no rules",
Image: api.Ref{
ID: 1,
},
Rules: []api.Rule{},
}

Hazelcast = api.RuleSet{
Name: "Hazelcast",
Description: "Hazelcast Java distributed session store ruleset.",
Image: api.Ref{
ID: 1,
},
Rules: []api.Rule{
{
File: &api.Ref{
Expand Down

0 comments on commit 360eacc

Please sign in to comment.