Skip to content

Commit

Permalink
change reporting status int to status type in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamrgs committed May 15, 2024
1 parent 4c0c736 commit 98b95c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittest/routes/reporter_api/reporter_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func TestGetExecutions(t *testing.T) {
Ended: expectedEnded,
StepResults: map[string]cache_model.StepResult{},
Error: nil,
Status: 2,
Status: cache_model.Ongoing,
}
expectedExecutions = append(expectedExecutions, entry)
}
Expand Down

0 comments on commit 98b95c1

Please sign in to comment.