浏览代码

Fixes broken test

Ask Solem 8 年之前
父节点
当前提交
2310673e65
共有 1 个文件被更改,包括 0 次插入3 次删除
  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