Skip to content

Commit 2d23549

Browse files
committed
.
1 parent 45f30d6 commit 2d23549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requests/test/src/requests/RequestTests.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ object RequestTests extends TestSuite{
220220
}
221221

222222
test("clientCertificate"){
223-
val base = os.Path(sys.env("MILL_TEST_RESOURCE_FOLDER"))
223+
val base = sys.env("MILL_TEST_RESOURCE_FOLDER")
224224
val url = "https://client.badssl.com"
225225
val instruction = "https://github.com/lihaoyi/requests-scala/blob/master/requests/test/resources/badssl.com-client.md"
226226
val certificateExpiredMessage = s"WARNING: Certificate may have expired and needs to be updated. Please check: $instruction and/or file issue"

0 commit comments

Comments
 (0)