Skip to content

Commit 6130a99

Browse files
committed
fixed failing tests
1 parent b562a71 commit 6130a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Geocoder/Tests/Provider/OGDViennaAustriaProviderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function testGetName()
1919

2020
/**
2121
* @expectedException \Geocoder\Exception\NoResult
22-
* @expectedExceptionMessage Could not execute query http://data.wien.gv.at/daten/OGDAddressService.svc/GetAddressInfo?CRS=EPSG:4326&Address=Stephansplatz
22+
* @expectedExceptionMessage Could not execute query https://data.wien.gv.at/daten/OGDAddressService.svc/GetAddressInfo?CRS=EPSG:4326&Address=Stephansplatz
2323
*/
2424
public function testGeocodeWithAddress()
2525
{
@@ -29,7 +29,7 @@ public function testGeocodeWithAddress()
2929

3030
/**
3131
* @expectedException \Geocoder\Exception\NoResult
32-
* @expectedExceptionMessage Could not execute query http://data.wien.gv.at/daten/OGDAddressService.svc/GetAddressInfo?CRS=EPSG:4326&Address=yyyyyyy
32+
* @expectedExceptionMessage Could not execute query https://data.wien.gv.at/daten/OGDAddressService.svc/GetAddressInfo?CRS=EPSG:4326&Address=yyyyyyy
3333
*/
3434
public function testGeocodeWithWrongAddress()
3535
{

0 commit comments

Comments
 (0)