Skip to content

Commit

Permalink
Merge pull request #135 from wjdp/disable-vcr-https-incomplete-chain
Browse files Browse the repository at this point in the history
Disable VCR for TestAnchorExternalHTTPSMissingChain
  • Loading branch information
wjdp committed Dec 15, 2019
2 parents 310a9d7 + 760e415 commit 7d18ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmltest/check-link_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func TestAnchorExternalHTTPSMissingChain(t *testing.T) {
// should support https aia
// see issue #130
hT := tTestFileOpts("fixtures/links/https-incomplete-chain.html",
map[string]interface{}{"VCREnable": true})
map[string]interface{}{"VCREnable": false})
tExpectIssue(t, hT, "incomplete certificate chain", 1)
}

Expand Down

0 comments on commit 7d18ba0

Please sign in to comment.