From 6c52899583cbee43fa6e1090f0f526f64ffc131e Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Mon, 4 Dec 2017 15:02:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D1=91?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D0=B8=D1=81=D1=82=D1=91=D0=BA?= =?UTF-8?q?=D1=88=D0=B5=D0=B3=D0=BE=20=D1=82=D0=BE=D0=BA=D0=B5=D0=BD=D0=B0?= =?UTF-8?q?=20=D0=B2=20=D1=82=D0=B5=D1=81=D1=82=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/codeception/api/functional/accounts/GetCest.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/codeception/api/functional/accounts/GetCest.php b/tests/codeception/api/functional/accounts/GetCest.php index b7e3f8f..4dfaaeb 100644 --- a/tests/codeception/api/functional/accounts/GetCest.php +++ b/tests/codeception/api/functional/accounts/GetCest.php @@ -60,9 +60,8 @@ class GetCest { public function testGetInfoWithExpiredToken(FunctionalTester $I) { // Устанавливаем заведомо истёкший токен $I->amBearerAuthenticated( - // TODO: обновить токен - 'eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJodHRwOlwvXC9sb2NhbGhvc3QiLCJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3QiLCJpYXQiO' . - 'jE0NjQ2Mjc1NDUsImV4cCI6MTQ2NDYzMTE0NSwianRpIjoxfQ.9c1mm0BK-cuW1qh15F12s2Fh37IN43YeeZeU4DFtlrE' + 'eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE0NjQ2Mjc1NDUsImV4cCI6MTQ2NDYzMTE0NSwic3ViIjoiZWx5fDEiLCJlbHktc' . + '2NvcGVzIjoiYWNjb3VudHNfd2ViX3VzZXIifQ.v1u8V5wk2RkWmnZtH3jZvM3zO1Gpgbp2DQFfLfy8jHY' ); $this->route->get(1);