samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
103 stars 24 forks source link

tests/integration: Fix issues reported by `gofmt` #243

Closed anoopcs9 closed 1 year ago

anoopcs9 commented 1 year ago

Following diff was suggested as a result of gofmt execution:

# go version
go version go1.18.4 linux/amd64

# gofmt -d -e -s -l .
tests/integration/path_permissions.go
diff -u tests/integration/path_permissions.go.orig tests/integration/path_permissions.go
--- tests/integration/path_permissions.go.orig  2022-08-31 21:40:37.504171615 +0530
+++ tests/integration/path_permissions.go   2022-08-31 21:40:37.504171615 +0530
@@ -1,3 +1,4 @@
+//go:build integration
 // +build integration

 package integration
tests/integration/resource_update_test.go
diff -u tests/integration/resource_update_test.go.orig tests/integration/resource_update_test.go
--- tests/integration/resource_update_test.go.orig  2022-08-31 21:40:37.507171634 +0530
+++ tests/integration/resource_update_test.go   2022-08-31 21:40:37.507171634 +0530
@@ -1,5 +1,6 @@
 //go:build integration
 // +build integration
+
 // SPDX-License-Identifier: Apache-2.0

 package integration
phlogistonjohn commented 1 year ago

/retest centos-ci/sink-clustered/mini-k8s-1.24