Fix flaky metabase.api.notify-test/post-db-id-test (#27465)
It seems the expectation was that the binding *execute-asynchronously* to false in the test would affect the binding seen by the server. Instead of this a new parameter is added to the request that makes the server return only when the asynchronous operation has completed.
Please register or sign in to comment