File tree Expand file tree Collapse file tree
openstack/networking/v2/subnets/testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ func TestCreate(t *testing.T) {
120120 End : "192.168.199.254" ,
121121 },
122122 },
123- DNSNameservers : []string {"foo" },
123+ DNSNameservers : []string {"foo" },
124124 DNSPublishFixedIP : & dnsPublishFixedIP ,
125- ServiceTypes : []string {"network:routed" },
125+ ServiceTypes : []string {"network:routed" },
126126 HostRoutes : []subnets.HostRoute {
127127 {NextHop : "bar" },
128128 },
@@ -373,7 +373,7 @@ func TestCreateWithPrefixlen(t *testing.T) {
373373 th .AssertNoErr (t , err )
374374
375375 th .AssertEquals (t , s .Name , "" )
376- th .AssertEquals (t , s .DNSPublishFixedIP , true )
376+ th .AssertEquals (t , s .DNSPublishFixedIP , true )
377377 th .AssertEquals (t , s .EnableDHCP , true )
378378 th .AssertEquals (t , s .NetworkID , "d32019d3-bc6e-4319-9c1d-6722fc136a22" )
379379 th .AssertEquals (t , s .TenantID , "4fd44f30292945e481c7b8a0c8908869" )
You can’t perform that action at this time.
0 commit comments