fix(client/tests): fix client tests due to changes made to ServerUtils constructor; see FIXMEs

This commit is contained in:
Zhongheng Liu 2026-01-12 17:17:44 +01:00
commit caa9e79846
Signed by: steven
GPG key ID: F69B980899C1C09D

View file

@ -33,6 +33,7 @@ class ServerUtilsTest {
@BeforeEach
void setup() throws IOException, InterruptedException {
// FIXME: Prefer Guice-provided instance via a unit test Module.
dv = new ServerUtils(HttpClient.newHttpClient());
Assumptions.assumeTrue(dv.isServerAvailable(), "Server not available");