Skip to content

Commit

Permalink
Merge pull request #170 from cyberark/fix-test
Browse files Browse the repository at this point in the history
Fix failing test due to different error message on CI
  • Loading branch information
szh authored Mar 21, 2023
2 parents 3fb0b50 + 29975b6 commit 06f2fb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conjurapi/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ func TestNewClientFromJwt(t *testing.T) {

// Expect it to fail without a mocked JWT server
assert.Error(t, err)
assert.ErrorContains(t, err, "no such host")
assert.Nil(t, client)
})

Expand Down

0 comments on commit 06f2fb7

Please sign in to comment.