mirror of
https://github.com/moby/moby.git
synced 2026-07-07 15:18:41 +00:00
Refactor setupRemotePluginServer() to be a helper, and to spin up a test- server for each test instead of sharing the same instance between tests. This allows the tests to be run in parallel without stepping on each-other's toes (tearing down the server). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>