Skip to content

Commit

Permalink
Merge pull request #1113 from clement911/master
Browse files Browse the repository at this point in the history
Skipping location tests because read_locations scope is required as of 2024-10
  • Loading branch information
clement911 authored Nov 29, 2024
2 parents 6d13855 + af483a8 commit 4512d5d
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 4512d5d

Please sign in to comment.