We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f30d6 commit 2d23549Copy full SHA for 2d23549
requests/test/src/requests/RequestTests.scala
@@ -220,7 +220,7 @@ object RequestTests extends TestSuite{
220
}
221
222
test("clientCertificate"){
223
- val base = os.Path(sys.env("MILL_TEST_RESOURCE_FOLDER"))
+ val base = sys.env("MILL_TEST_RESOURCE_FOLDER")
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