summaryrefslogtreecommitdiff
path: root/pkg/bindings/test/auth_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/bindings/test/auth_test.go')
-rw-r--r--pkg/bindings/test/auth_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/bindings/test/auth_test.go b/pkg/bindings/test/auth_test.go
index b421f0797..c4c4b16d8 100644
--- a/pkg/bindings/test/auth_test.go
+++ b/pkg/bindings/test/auth_test.go
@@ -40,7 +40,8 @@ var _ = Describe("Podman images", func() {
AfterEach(func() {
s.Kill()
bt.cleanup()
- registry.Stop()
+ err := registry.Stop()
+ Expect(err).To(BeNil())
})
// Test using credentials.