diff --git a/test/e2e/service_export_import_apply_test.go b/test/e2e/service_export_import_apply_test.go index 89936a3c6b..11bdb7ac7a 100644 --- a/test/e2e/service_export_import_apply_test.go +++ b/test/e2e/service_export_import_apply_test.go @@ -202,7 +202,7 @@ func getSvcListWithOneRevision() servingv1.ServiceList { withName("hello"), withRevisionName("hello-rev2"), withEnv("key1", "val1"), - withTrafficSplit([]string{"latest"}, []int{100},[]string{""}), + withTrafficSplit([]string{"latest"}, []int{100}, []string{""}), ), }, }