File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ unreleased
2424 - new test for HTTP::Response subclasses
2525 - new tests for reverse geocoding calling without required parameters (lat,lng)
2626 - test the Perl documentation (POD) syntax
27+ - we use hardcoded test API keys. Added links to the documentation
2728 release tooling:
2829 - abort (die) instead of warn on untracked files
2930 - .gitignore: drop dead entries, ignore dotted dirs except .github
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ SKIP: {
2323 skip ' skipping test that requires connectivity' , 2 unless ($have_connection );
2424
2525 # use special key OpenCage makes available for testing
26+ # https://opencagedata.com/api#testingkeys
2627 my $api_key = ' 4372eff77b8343cebfc843eb4da4ddc4' ;
2728
2829
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ SKIP: {
2323 skip ' skipping test that requires connectivity' , 2 unless ($have_connection );
2424
2525 # use special key OpenCage makes available for testing
26+ # https://opencagedata.com/api#testingkeys
2627 my $api_key = ' 2e10e5e828262eb243ec0b54681d699a' ;
2728
2829 my $geocoder = Geo::Coder::OpenCage-> new(api_key => $api_key ,);
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ SKIP: {
2323 skip ' skipping test that requires connectivity' , 2 unless ($have_connection );
2424
2525 # use special key OpenCage makes available for testing
26+ # https://opencagedata.com/api#testingkeys
2627 my $api_key = ' d6d0f0065f4348a4bdfe4587ba02714b' ;
2728
2829 my $geocoder = Geo::Coder::OpenCage-> new(api_key => $api_key ,);
You can’t perform that action at this time.
0 commit comments