We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf453e2 commit cb892c6Copy full SHA for cb892c6
util/src/test/scala/geotrellis/util/HttpRangeReaderSpec.scala
@@ -93,7 +93,7 @@ class HttpRangeReaderSpec extends AnyFunSpec with Matchers {
93
}
94
95
it("should throw HttpStatusException for a 404 Not Found") {
96
- val uri = "https://geotrellis.io/404thisdoesntexist"
+ val uri = "https://projects.eclipse.org/projects/locationtech.geotrellis/404thisdoesntexist"
97
assertThrows[HttpStatusException] {
98
HttpRangeReader(uri)
99
0 commit comments