fix(client/tests): fix client tests due to changes made to ServerUtils constructor; see FIXMEs
This commit is contained in:
parent
96b7241056
commit
caa9e79846
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ class ServerUtilsTest {
|
||||||
|
|
||||||
@BeforeEach
|
@BeforeEach
|
||||||
void setup() throws IOException, InterruptedException {
|
void setup() throws IOException, InterruptedException {
|
||||||
|
// FIXME: Prefer Guice-provided instance via a unit test Module.
|
||||||
dv = new ServerUtils(HttpClient.newHttpClient());
|
dv = new ServerUtils(HttpClient.newHttpClient());
|
||||||
|
|
||||||
Assumptions.assumeTrue(dv.isServerAvailable(), "Server not available");
|
Assumptions.assumeTrue(dv.isServerAvailable(), "Server not available");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue