Skip to content

Commit

Permalink
add a new UT
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyufan2 committed Aug 28, 2024
1 parent 7953628 commit d611050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/policy/policy_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ var _ = Describe("Windows Policies", func() {
})

portMappingPolicy, _ := json.Marshal(&hcn.EndpointPolicy{
Type: "invalidType",
Type: "invalidType", // should return error with invalid policy type
Settings: rawPortMappingPolicy,
})

Expand Down

0 comments on commit d611050

Please sign in to comment.