Skip to content

Commit cb892c6

Browse files
committed
HttpRangeReaderSpec fix, geotrellis.io follows the redirect now
1 parent cf453e2 commit cb892c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/src/test/scala/geotrellis/util/HttpRangeReaderSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class HttpRangeReaderSpec extends AnyFunSpec with Matchers {
9393
}
9494

9595
it("should throw HttpStatusException for a 404 Not Found") {
96-
val uri = "https://geotrellis.io/404thisdoesntexist"
96+
val uri = "https://projects.eclipse.org/projects/locationtech.geotrellis/404thisdoesntexist"
9797
assertThrows[HttpStatusException] {
9898
HttpRangeReader(uri)
9999
}

0 commit comments

Comments
 (0)