Skip to content

Commit 3525c64

Browse files
committed
t.Errorf -> t.Fatalf
1 parent 2a7797d commit 3525c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/openstack/compute/v2/servers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func createServer(t *testing.T, client *gophercloud.ServiceClient, choices *Comp
8080
}
8181

8282
if len(networks) == 0 {
83-
t.Errorf("No networks to attach to server")
83+
t.Fatalf("No networks to attach to server")
8484
return false, err
8585
}
8686

0 commit comments

Comments
 (0)