mirror of https://github.com/halo-dev/halo
Fix test error again
parent
78d7f17a1b
commit
9aba7ca37c
|
@ -80,7 +80,7 @@ public class OptionServiceImplTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void getQiniuZoneTest(Zone actualZone, Option option) {
|
private void getQiniuZoneTest(Zone actualZone, Option option) {
|
||||||
QnYunProperties zoneProperty = QnYunProperties.ZONE;
|
QnYunProperties zoneProperty = QnYunProperties.OSS_ZONE;
|
||||||
|
|
||||||
// Given
|
// Given
|
||||||
// given(optionRepository.findByKey(zoneProperty.getValue())).willReturn(Optional.ofNullable(option));
|
// given(optionRepository.findByKey(zoneProperty.getValue())).willReturn(Optional.ofNullable(option));
|
||||||
|
|
Loading…
Reference in New Issue