Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush committed Sep 5, 2024
1 parent 3fea100 commit 0c7b997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/pkg/envoy/processor/incremental_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ func TestEnvoySettings(t *testing.T) {
createTestExperiment("exp", []string{"model1", "model2"}, getStrPtr("model1"), nil),
removeTestModel("model2", 1, "server", 1),
},
numExpectedClusters: 2, // model2 should be removed from the clusters (server 1)
numExpectedClusters: 2, // model2 should be removed from the clusters (server 1)
numExpectedRoutes: 2, // model2 should be removed from the routes
experimentActive: false,
experimentExists: true,
Expand Down

0 comments on commit 0c7b997

Please sign in to comment.