diff --git a/.travis.yml b/.travis.yml index 94c7e6b..fdb4ff0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,6 @@ before_install: - composer config -g repositories.packagist composer https://packagist.jp - composer install -vvv install: -- openssl aes-256-cbc -K $encrypted_c2c0feadb429_key -iv $encrypted_c2c0feadb429_iv -in ./travis-ci/accounts.enc -out ./travis-ci/accounts.json -d +- openssl aes-256-cbc -K $encrypted_afef0992877c_key -iv $encrypted_afef0992877c_iv -in ./travis-ci/accounts.enc -out ./travis-ci/accounts.json -d script: - vendor/bin/phpunit test diff --git a/test/Api/LocationsApiTest.php b/test/Api/LocationsApiTest.php index 5ebcd48..bd0099d 100644 --- a/test/Api/LocationsApiTest.php +++ b/test/Api/LocationsApiTest.php @@ -63,7 +63,7 @@ public function test_listLocations() { $first_location ); $this->assertEquals( - 'CBASEEffqN8pnVNXwoCL0dSGMVAgAQ', + self::$test_accounts->{'US-Prod-Sandbox'}->{'location_id'}, $first_location->getId() ); } diff --git a/travis-ci/accounts.enc b/travis-ci/accounts.enc index 12cccd6..cd4667c 100644 Binary files a/travis-ci/accounts.enc and b/travis-ci/accounts.enc differ