Skip to content

Commit

Permalink
👻 Fix Ruleset API test after refactoring (#467)
Browse files Browse the repository at this point in the history
Image is not part of Ruleset anymore, removing from sample Rulesets.

Related to #464

Signed-off-by: Marek Aufart <maufart@redhat.com>
  • Loading branch information
aufi authored Aug 3, 2023
1 parent 0d0355b commit a51c0eb
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 a51c0eb

Please sign in to comment.