12216: Test webdav directory listings.
[arvados.git] / services / ws / event_source_test.go
index b157cfa0eb9cf64cb1d7fc5566ea5649246e8a29..ea6063a0c3a718dde7baa52a7a9aa5504b0e5f16 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import (
@@ -105,4 +109,6 @@ func (*eventSourceSuite) TestEventSource(c *check.C) {
        case <-time.After(10 * time.Second):
                c.Fatal("timed out")
        }
+
+       c.Check(pges.DBHealth(), check.IsNil)
 }