Skip to content

Commit

Permalink
Update postgis download path for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind committed Aug 29, 2023
1 parent 8cef6db commit 5b46066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MysticMind.PostgresEmbed.Tests/PgServer_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void create_server_with_postgis_extension_test()
var extensions = new List<PgExtensionConfig>
{
new PgExtensionConfig(
"https://download.osgeo.org/postgis/windows/pg15/postgis-bundle-pg15-3.3.3x64.zip"
"https://download.osgeo.org/postgis/windows/pg15/archive/postgis-bundle-pg15-3.3.3x64.zip"
)
};

Expand Down Expand Up @@ -292,7 +292,7 @@ public async Task Bug_19_authors_md_file_already_exists()
var extensions = new List<PgExtensionConfig>
{
new(
"https://download.osgeo.org/postgis/windows/pg15/postgis-bundle-pg15-3.3.3x64.zip"
"https://download.osgeo.org/postgis/windows/pg15/archive/postgis-bundle-pg15-3.3.3x64.zip"
)
};

Expand Down

0 comments on commit 5b46066

Please sign in to comment.