1
0

Fix up misunderstanding (fixes tests)

This commit is contained in:
Olivier Wilkinson (reivilibre)
2021-12-20 11:52:11 +00:00
parent 8325ddd0bc
commit 232be1d25d
+1 -1
View File
@@ -333,7 +333,7 @@ class StateGroupDataStore(StateBackgroundUpdateStore, SQLBaseStore):
# We don't immediately await the result, so must use run_in_background
# But we DO await the result before the current log context (request)
# finishes, so don't need to run it as a background process.
request_deferred = run_in_background(_the_request())
request_deferred = run_in_background(_the_request)
observable_deferred = ObservableDeferred(request_deferred)
# Insert the ObservableDeferred into the cache