Skip to content

Commit

Permalink
Don't look for OS-specific error message in test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnovakovic committed Feb 22, 2024
1 parent c0b0dd5 commit 3ce6694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ func TestNetrcBasicAuthTransport(t *testing.T) {
{
Description: "Missing netrc file",
NetrcPath: "test_data/netrc/nonexistent.netrc",
ClientError: "no such file or directory",
ClientError: "open test_data/netrc/nonexistent.netrc",
},
{
Description: "Machine exists",
Expand Down

0 comments on commit 3ce6694

Please sign in to comment.