Skip to content

Commit

Permalink
Skipping location tests because read_locations scope is required as o…
Browse files Browse the repository at this point in the history
…f 2024-10
  • Loading branch information
clement911 committed Nov 29, 2024
1 parent 6438e64 commit af483a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShopifySharp.Tests/Location_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ public Location_Tests()
Service.SetExecutionPolicy(new LeakyBucketExecutionPolicy());
}

[Fact]
[Fact(Skip = "read_locations scope is required as of 2024-10")]
public async Task Lists_Locations()
{
var list = await Service.ListAsync();

Assert.NotNull(list);
}

[Fact]
[Fact(Skip = "read_locations scope is required as of 2024-10")]
public async Task Gets_Locations()
{
var list = await Service.ListAsync();
Expand Down

0 comments on commit af483a8

Please sign in to comment.