mirror of
https://github.com/jangraefen/hcloud-pricing-exporter
synced 2024-11-10 05:54:15 +00:00
chore: Fix linting issue since hcloud upgrade
This commit is contained in:
parent
1ab16d7a81
commit
fef11efe58
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue