Skip to content

Commit b9d656b

Browse files
committed
cleanup random change
1 parent f498429 commit b9d656b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/com/cloud/api/ApiResponseHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public void testUsageRecordResponse(){
202202
public void setResponseIpAddressTestIpv4() {
203203
NicSecondaryIp result = Mockito.mock(NicSecondaryIp.class);
204204
NicSecondaryIpResponse response = new NicSecondaryIpResponse();
205-
setResult(result, "ipv4", "");
205+
setResult(result, "ipv4", "ipv6");
206206

207207
ApiResponseHelper.setResponseIpAddress(result, response);
208208

0 commit comments

Comments
 (0)