3410: Add replication attributes (and rules about updating them) to model and docs.
[arvados.git] / sdk / python / tests / test_websockets.py
index 20fa97c41bba66cd83f3a975af26bc846085cac1..d879ebe1f8062c02d965bd9c845e5e00c57d1e76 100644 (file)
@@ -15,6 +15,7 @@ class WebsocketTest(run_test_server.TestCaseWithServers):
     def tearDown(self):
         if self.ws:
             self.ws.close()
+        super(WebsocketTest, self).tearDown()
 
     def _test_subscribe(self, poll_fallback, expect_type):
         run_test_server.authorize_with('active')