diff --git a/pkg/types/service_test.go b/pkg/types/service_test.go index 5bfb86b2..20707c5b 100644 --- a/pkg/types/service_test.go +++ b/pkg/types/service_test.go @@ -279,7 +279,8 @@ isolation_level: "" bucket_list: [] mount: storage_provider: "" - path: ""` + path: "" +` str, _ := testService.ToYAML()