Skip to content

Commit

Permalink
chore: remove unused func
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Dec 5, 2024
1 parent 66d0be9 commit 390f328
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pkg/health/health_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,21 +143,6 @@ func assertAppHealthWithOverwriteMsg(
assert.Equal(t, expectedMsg, health.Message)
}

func assertAppHealthWithOverwrite(
t *testing.T,
yamlPath string,
overwrites map[string]string,
expectedStatus health.HealthStatusCode,
expectedHealth health.Health,
expectedReady bool,
) {
health, _ := getHealthStatus(yamlPath, t, overwrites)
assert.NotNil(t, health)
assert.Equal(t, expectedHealth, health.Health)
assert.Equal(t, expectedReady, health.Ready)
assert.Equal(t, expectedStatus, health.Status)
}

func getHealthStatus(
yamlPath string,
t *testing.T,
Expand Down

0 comments on commit 390f328

Please sign in to comment.