Browse Source

Fixes broken test

Ask Solem 8 years ago
parent
commit
2310673e65
1 changed files with 0 additions and 3 deletions
  1. 0 3
      t/unit/backends/test_rpc.py

+ 0 - 3
t/unit/backends/test_rpc.py

@@ -41,9 +41,6 @@ class test_RPCBackend:
         with pytest.raises(RuntimeError):
             self.b.destination_for('task_id', None)
 
-    def test_rkey(self):
-        assert self.b.rkey('id1') == 'id1'
-
     def test_binding(self):
         queue = self.b.binding
         assert queue.name == self.b.oid