Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amfred committed Dec 19, 2023
1 parent e63a2cb commit faaf9db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testsupport/tiers/checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ func (a *appstudiolargeTierChecks) GetNamespaceObjectChecks(_ string) []namespac
environment("development"),
}


checks = append(checks, commonAppstudioTierChecks()...)
checks = append(checks, append(commonNetworkPolicyChecks(), networkPolicyAllowFromCRW(), numberOfNetworkPolicies(6))...)
return checks
Expand Down Expand Up @@ -997,8 +996,6 @@ func limitRange(cpuLimit, memoryLimit, cpuRequest, memoryRequest string) namespa
def[corev1.ResourceCPU], err = resource.ParseQuantity(cpuLimit)
require.NoError(t, err)
}
def[corev1.ResourceCPU], err = resource.ParseQuantity(cpuLimit)
require.NoError(t, err)
def[corev1.ResourceMemory], err = resource.ParseQuantity(memoryLimit)
require.NoError(t, err)
defReq := make(map[corev1.ResourceName]resource.Quantity)
Expand Down

0 comments on commit faaf9db

Please sign in to comment.