Fix the test.

This commit is contained in:
Itamar Turner-Trauring 2023-07-10 17:18:47 -04:00
parent 25ca9b1f19
commit d98e0d553e

View File

@ -292,7 +292,7 @@ class PluginMatchedAnnouncement(SyncTestCase):
def set_rref(self, server_id, node, rref):
storage_broker = node.get_storage_broker()
native_storage_server = storage_broker.servers[server_id]
native_storage_server._rref = rref
native_storage_server._current_server._rref = rref
@inlineCallbacks
def test_ignored_non_enabled_plugin(self):