Skip to content

Commit

Permalink
TODO removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslaw-pieszka committed Jul 17, 2024
1 parent 50bb796 commit df7b51a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func TestCreateRuntimeResourceStep_HappyPath_ActualCreation(t *testing.T) {
func assertSecurity(t *testing.T, runtime imv1.Runtime) {
assert.True(t, reflect.DeepEqual(runtime.Spec.Security.Administrators, expectedAdministrators))
assert.Equal(t, runtime.Spec.Security.Networking.Filter, imv1.Filter{
Ingress: (*imv1.Ingress)(nil), //TODO change when previous PR is merged
Ingress: (*imv1.Ingress)(nil),
Egress: imv1.Egress{Enabled: false}})
}

Expand Down

0 comments on commit df7b51a

Please sign in to comment.