Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyskoedijk committed Sep 13, 2024
1 parent a105fb2 commit 42094ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCMM.Shared.Web.Client.Tests/WebClientBaseTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace SCMM.Shared.Web.Client.Tests;

public class WebClientBaseTests
{
private const string GetRequestUri = "https://rust.scmm.app";
private const string GetRequestUri = "https://github.com/Steam-Community-Market-Manager/SCMM";

[Fact]
public async Task HttpClientGetReturnASuccessStatusCode()
Expand Down

0 comments on commit 42094ee

Please sign in to comment.