Skip to content

Commit

Permalink
Update base URL for 'Unauthorized' test
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur authored Aug 1, 2024
1 parent 2c362d5 commit 755741a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mailosaur.Test/ErrorsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class ErrorsTests
[Fact]
public void UnauthorizedTest()
{
using (var client = new MailosaurClient("invalid_key"))
using (var client = new MailosaurClient("invalid_key", Environment.GetEnvironmentVariable("MAILOSAUR_API_KEY")))
{
var ex = Assert.Throws<MailosaurException>(delegate
{
Expand Down

0 comments on commit 755741a

Please sign in to comment.