Skip to content

Commit 95ed1e8

Browse files
committed
we use hardcoded test API keys. Added links to the documentation
1 parent 6c70269 commit 95ed1e8

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

t/04-402-response.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

t/05-403-response.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,);

t/06-429-response.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,);

0 commit comments

Comments
 (0)