sorry
This commit is contained in:
parent
f1fe82755a
commit
f8769028aa
@ -117,10 +117,7 @@ public class NoAuthProbeServiceTest {
|
||||
|
||||
NoAuthProbe noAuthProbe = this.noAuthProbeService.read(1);
|
||||
|
||||
List<NoAuthProbe> noAuthProbes = new ArrayList<>();
|
||||
noAuthProbes.add(noAuthProbe);
|
||||
|
||||
this.noAuthProbeService.acceptNoAuthProbes(noAuthProbes);
|
||||
this.noAuthProbeService.acceptNoAuthProbe(noAuthProbe);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user