chore: Fix linting issue since hcloud upgrade

This commit is contained in:
Jan Gräfen 2022-12-29 14:47:54 +01:00
parent 1ab16d7a81
commit fef11efe58

View file

@ -18,7 +18,7 @@ var _ = Describe("For floating IPs", Ordered, Label("floatingips"), func() {
Expect(err).NotTo(HaveOccurred())
res, _, err := testClient.FloatingIP.Create(ctx, hcloud.FloatingIPCreateOpts{
Name: hcloud.String("test-floatingip"),
Name: hcloud.Ptr("test-floatingip"),
Labels: testLabels,
HomeLocation: location,
Type: hcloud.FloatingIPTypeIPv6,