Skip to content

Commit

Permalink
remove obsolete assert
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Kieweg <mail@manuelkieweg.de>
  • Loading branch information
mkieweg committed Jul 2, 2024
1 parent ed48e58 commit e62a31f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controller/health_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func TestSetApplicationHealth(t *testing.T) {
healthStatus, err = setApplicationHealth(resources, resourceStatuses, nil, app, true)
require.NoError(t, err)
assert.Equal(t, health.HealthStatusHealthy, healthStatus.Status)
assert.Equal(t, testTimestamp, healthStatus.LastTransitionTime)
}

func TestSetApplicationHealth_ResourceHealthNotPersisted(t *testing.T) {
Expand Down

0 comments on commit e62a31f

Please sign in to comment.