Skip to content

Commit

Permalink
Fix env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur authored Aug 1, 2024
1 parent 755741a commit 4fafc04
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", Environment.GetEnvironmentVariable("MAILOSAUR_API_KEY")))
using (var client = new MailosaurClient("invalid_key", Environment.GetEnvironmentVariable("MAILOSAUR_BASE_URL")))
{
var ex = Assert.Throws<MailosaurException>(delegate
{
Expand Down

0 comments on commit 4fafc04

Please sign in to comment.