mirror of https://github.com/apache/jclouds.git
fixed broken parser test
This commit is contained in:
parent
89802cf955
commit
2e675f0fbc
|
@ -66,7 +66,7 @@ public class ListNetworksResponseTest extends BaseSetParserTest<Network> {
|
||||||
.broadcastURI(URI.create("vlan://240"))
|
.broadcastURI(URI.create("vlan://240"))
|
||||||
.DNS(ImmutableList.of("8.8.8.8"))
|
.DNS(ImmutableList.of("8.8.8.8"))
|
||||||
.guestIPType(GuestIPType.VIRTUAL)
|
.guestIPType(GuestIPType.VIRTUAL)
|
||||||
.domain("ROOT")
|
.domain("cs3cloud.internal")
|
||||||
.isDefault(true)
|
.isDefault(true)
|
||||||
.services(
|
.services(
|
||||||
ImmutableSortedSet.of(
|
ImmutableSortedSet.of(
|
||||||
|
|
Loading…
Reference in New Issue