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