Skip to content

Commit 8ae03f2

Browse files
committed
fixed linter error
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent c747a12 commit 8ae03f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/epp/e2e_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func namespaceExists(k8sClient client.Client, ns string) {
187187
func readModelServerManifestPath() string {
188188
ginkgo.By(fmt.Sprintf("Ensuring %s environment variable is set", modelServerManifestFilepathEnvVar))
189189
modelServerManifestFilepath := os.Getenv(modelServerManifestFilepathEnvVar)
190-
gomega.Expect(modelServerManifestFilepath).NotTo(gomega.BeEmpty(), fmt.Sprintf("%s is not set", modelServerManifestFilepathEnvVar))
190+
gomega.Expect(modelServerManifestFilepath).NotTo(gomega.BeEmpty(), modelServerManifestFilepathEnvVar+" is not set")
191191
return modelServerManifestFilepath
192192
}
193193

0 commit comments

Comments
 (0)