Skip to content

Commit

Permalink
Remove unused test helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Jan 17, 2024
1 parent 6377aff commit 99c321f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions api/cluster/resource/templater_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4137,12 +4137,6 @@ func TestCreateTransformerSpec(t *testing.T) {
}
}

func getLimit(quantity resource.Quantity) resource.Quantity {
limit := quantity.DeepCopy()
limit.Add(quantity)
return limit
}

func createPyFuncDefaultEnvVarsWithProtocol(svc *models.Service, protocolValue protocol.Protocol) models.EnvVars {
envVars := models.EnvVars{
models.EnvVar{
Expand Down

0 comments on commit 99c321f

Please sign in to comment.