Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: RealAnna <anna.reale@dynatrace.com>
  • Loading branch information
RealAnna committed Mar 13, 2023
1 parent 900176e commit c892ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/processor/constraints/constraint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func TestProcessSpecMap(t *testing.T) {
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
got := ProcessSpecMap("mydep", tt.specMap, tt.values)
got := ProcessSpecMap("mydep", tt.specMap, tt.values, true)
require.Contains(t, got, tt.want)
require.Equal(t, *tt.wantValues, *tt.values)
})
Expand Down

0 comments on commit c892ec8

Please sign in to comment.