Skip to content

Commit 9ee0e8a

Browse files
authored
Merge pull request #89 from simplelocalize/adjust-client-request
Adjust test
2 parents bf4c648 + 47b2c49 commit 9ee0e8a

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/test/java/io/simplelocalize/cli/SimplelocalizeCliCommandTest.java

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,6 @@ void pull() throws IOException
208208
});
209209
}
210210

211-
@Test
212-
void sendException() throws IOException
213-
{
214-
//when
215-
assertDoesNotThrow(() -> {
216-
sut.pull("my-api-key", "./my-path", null, null, MOCK_SERVER_BASE_URL);
217-
});
218-
}
219-
220211
@Test
221212
void status() throws IOException
222213
{
@@ -236,10 +227,7 @@ void status() throws IOException
236227
);
237228

238229
//when
239-
assertDoesNotThrow(() -> {
240-
sut.status("my-api-key", MOCK_SERVER_BASE_URL);
241-
242-
});
230+
sut.status("my-api-key", MOCK_SERVER_BASE_URL);
243231

244232
}
245233

0 commit comments

Comments
 (0)