Skip to content

Commit

Permalink
fix unit test.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
jortel committed Jun 14, 2024
1 parent 94a8292 commit b54cf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/task/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestTaskCRUD(t *testing.T) {
t.Errorf(
"Different response error. Got %v, expected %v",
got.Policy.PreemptEnabled,
r.Policy.PreemptEnabled)
p.Policy.PreemptEnabled)
}

// Delete.
Expand Down

0 comments on commit b54cf25

Please sign in to comment.