Update the BUILD_WITH_GEO_LIBRARIES error message (#1121)

So that it links to the changelog post now that it exists:
https://devcenter.heroku.com/changelog-items/1947

And to adjust the emphasis towards the migration guide
over the Geo buildpack repository link.

Closes @W-8391415@.
This commit is contained in:
Ed Morley
2020-11-13 13:10:52 +00:00
committed by GitHub
parent 6a914193b9
commit 54115fc89b
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ testBuildWithGeoLibrariesWarning() {
local env_dir="$(mktmpdir)"
echo '1' > "${env_dir}/BUILD_WITH_GEO_LIBRARIES"
compile 'gdal' '' "${env_dir}"
assertCaptured " ! The Python buildpack's BUILD_WITH_GEO_LIBRARIES functonality is no longer supported"
assertCaptured " ! The Python buildpack's legacy BUILD_WITH_GEO_LIBRARIES functonality"
assertCapturedError
}