fix actions
All checks were successful
Gradle CI with Full Reports / build (push) Successful in 41m56s

This commit is contained in:
Jan-Philipp Luithardt
2025-12-07 15:33:08 +01:00
parent 7e9b4e1c2b
commit dce190b0a4
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ public class BadCaseTaskTest {
private String user = "hhn";
private String password = "!9oSmhsiwYO.m)_x";
private String db = "hhn";
private String host = "nas.local";
private String host = "0.0.0.0";
@BeforeEach
public void setup() {

View File

@@ -17,7 +17,7 @@ public class GoodCaseTaskTest {
private String user = "hhn";
private String password = "!9oSmhsiwYO.m)_x";
private String db = "hhn";
private String host = "nas.local";
private String host = "0.0.0.0";
@BeforeEach
public void setup() {