We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0137a commit 2b396c1Copy full SHA for 2b396c1
requests/test/src/requests/RequestTests.scala
@@ -220,7 +220,7 @@ object RequestTests extends TestSuite{
220
}
221
222
test("clientCertificate"){
223
- val base = sys.env("MILL_TEST_RESOURCE_FOLDER")
+ val base = sys.env("MILL_TEST_RESOURCE_DIR")
224
val url = "https://client.badssl.com"
225
val instruction = "https://github.com/lihaoyi/requests-scala/blob/master/requests/test/resources/badssl.com-client.md"
226
val certificateExpiredMessage = s"WARNING: Certificate may have expired and needs to be updated. Please check: $instruction and/or file issue"
0 commit comments