Skip to content

Commit

Permalink
fix(repo): fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
AJCJ1 committed Dec 20, 2024
1 parent ec2b65d commit 9fba503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UrlboxSDK.MsTest/UrlboxTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ public void GenerateRenderLink_IgnoreEmptyValuesAndFormat()
public void GenerateSignedRenderLink_Succeeds()
{
UrlboxOptions options = new(url: "https://bbc.co.uk");
options.Format = Format.Jpeg;
string output = urlbox.GenerateSignedRenderLink(options);
Assert.AreEqual("https://api.urlbox.com/v1/MY_API_KEY/8e00ad9a8d7c4abcd462a9b8ec041c3661f13995/jpeg?url=https%3A%2F%2Fbbc.co.uk", output, "Not OK!");
}
Expand Down

0 comments on commit 9fba503

Please sign in to comment.