Skip to content

Commit

Permalink
Use shopDomain constant
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear committed Jan 30, 2024
1 parent 88b2d96 commit 6368109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShopifySharp.Tests/Utilities/ShopifyOauthUtilityTests.cs
Expand Up @@ -186,7 +186,7 @@ public async Task RefreshAccessTokenAsync_ShouldNotDisposeHttpClient()
});
var send = async () =>
{
var response = await client.SendAsync(new HttpRequestMessage(HttpMethod.Get, "http://127.0.0.1"));
var response = await client.SendAsync(new HttpRequestMessage(HttpMethod.Get, shopDomain));
response.EnsureSuccessStatusCode();
};

Expand Down

0 comments on commit 6368109

Please sign in to comment.