Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas committed Sep 20, 2023
1 parent 2a34e84 commit cf4d8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apiserver/handlers/featuregates/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func Test_getGatesWindowsResponse(t *testing.T) {
want: []Response{
{Component: "agent-windows", Name: "AntreaPolicy", Status: "Disabled", Version: "BETA"},
{Component: "agent-windows", Name: "AntreaProxy", Status: "Enabled", Version: "BETA"},
{Component: "agent-windows", Name: "EndpointSlice", Status: "Enabled", Version: "BETA"},
{Component: "agent-windows", Name: "EndpointSlice", Status: "Enabled"},
{Component: "agent-windows", Name: "ExternalNode", Status: "Disabled", Version: "ALPHA"},
{Component: "agent-windows", Name: "FlowExporter", Status: "Disabled", Version: "ALPHA"},
{Component: "agent-windows", Name: "NetworkPolicyStats", Status: "Enabled", Version: "BETA"},
Expand Down

0 comments on commit cf4d8dc

Please sign in to comment.