Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yec-akamai committed Nov 19, 2024
1 parent 2efe0cf commit 04bd99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestDomain_Clone(t *testing.T) {
}

domainToCloneID := 123
base.MockPost(formatMockAPIPath("domains/%d/clone", 123), fixtureData)
base.MockPost(formatMockAPIPath("domains/%d/clone", domainToCloneID), fixtureData)

domain, err := base.Client.CloneDomain(context.Background(), domainToCloneID, requestData)

Expand Down

0 comments on commit 04bd99d

Please sign in to comment.