feature/implement-external-login-api #30

Merged
kasun merged 32 commits from feature/implement-external-login-api into main 2026-04-09 21:21:58 +02:00
Showing only changes of commit 79379b238a - Show all commits
@@ -103,8 +103,11 @@ public class ConnectionIntegrationTest {
assertThat(response.getBody()).contains("The target URL is unreachable.");
}
/**
* Checks if any login fields are empty since all of them are mandatory.
*/
@Test
void shouldReturnBadRequestWhenUrlIsMissing() {
void shouldReturnBadRequestWhenFieldsAreEmpty() {
ConnectionRequest emtpyRequest = new ConnectionRequest("", "", "");