Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gy2411 committed Jan 21, 2025
1 parent 6f88d7d commit b1db1fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func testImageServiceCreateImageFromDiskWithKind(
err = internal_client.WaitOperation(ctx, client, operation.Id)
require.NoError(t, err)

nbsClient := testcommon.NewNbsClient(t, ctx, "zone-a")
nbsClient := testcommon.NewNbsTestingClient(t, ctx, "zone-a")
diskContentInfo, err := nbsClient.FillDisk(ctx, diskID, diskSize)
require.NoError(t, err)

Expand Down

0 comments on commit b1db1fe

Please sign in to comment.