Skip to content

Commit

Permalink
Add missing assert
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear committed Dec 9, 2023
1 parent 364df76 commit 6fe9afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShopifySharp.Tests/Authorization_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public void Validates_Web_Requests_With_Raw_Querystring()
{
var qs = "hmac=134298b94779fc1be04851ed8f972c827d9a3b4fdf6725fe97369ef422cc5746&shop=stages-test-shop-2.myshopify.com&signature=f477a85f3ed6027735589159f9da74da&timestamp=1459779785";

bool isValid = AuthorizationService.IsAuthenticRequest(qs, Utils.SecretKey);
Assert.True(AuthorizationService.IsAuthenticRequest(qs, Utils.SecretKey));
}

[Fact]
Expand Down

0 comments on commit 6fe9afd

Please sign in to comment.