Skip to content

Commit

Permalink
[Style] Changed helper log message
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-sidelnikov committed Sep 23, 2024
1 parent 68fe388 commit 1b2e9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/openstack/sdrs/v1/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func createSDRSGroup(t *testing.T, client *golangsdk.ServiceClient, domainID str
job, err := protectiongroups.Create(client, createOpts)
th.AssertNoErr(t, err)

t.Logf("Waiting for SDRS group job %s", job)
t.Logf("Waiting for SDRS group job %s", job.JobID)
err = protectiongroups.WaitForJobSuccess(client, 600, job.JobID)
th.AssertNoErr(t, err)

Expand Down

0 comments on commit 1b2e9a6

Please sign in to comment.