Skip to content

Commit 6dd76ed

Browse files
committed
really-0.9.1
1 parent e071545 commit 6dd76ed

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ trait RequestsTestModule extends TestModule.Utest {
5454
def mvnDeps = Seq(
5555
mvn"com.lihaoyi::utest::0.7.10",
5656
mvn"com.lihaoyi::ujson::1.3.13",
57-
mvn"com.dimafeng::testcontainers-scala-core:0.41.3"
57+
mvn"com.dimafeng::testcontainers-scala-core:0.43.0"
5858
)
5959
def forkArgs = Seq(
6060
"--add-opens", "java.net.http/jdk.internal.net.http=ALL-UNNAMED"

requests/test/src/requests/RequestTests.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ object RequestTests extends HttpbinTestSuite {
164164
intercept[InvalidCertException] {
165165
requests.get("https://expired.badssl.com/")
166166
}
167-
requests.get("https://doesnt-exist.com/", verifySslCerts = false)
168167
intercept[java.net.MalformedURLException] {
169168
requests.get("://doesnt-exist.com/")
170169
}

0 commit comments

Comments
 (0)