From f06834074540610b0829bda2d1c4bf98445685c9 Mon Sep 17 00:00:00 2001 From: veronicaaruquipa Date: Tue, 9 Dec 2014 15:52:09 -0400 Subject: [PATCH] Was changed input data in order to create new C LIENT_ID and CLIENT_SECRET. --- .../backend/oauth/main_tests_authorization_code.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/backend/oauth/main_tests_authorization_code.feature b/features/backend/oauth/main_tests_authorization_code.feature index 05ea8a957..859e7605d 100644 --- a/features/backend/oauth/main_tests_authorization_code.feature +++ b/features/backend/oauth/main_tests_authorization_code.feature @@ -17,9 +17,9 @@ Scenario Outline: Create new CLIENT_ID and CLIENT_SECRET """ Examples: - | Description | application_number | application_name | application_description | application_website | application_redirectUri | - | Create token normal | 1 | Demo3 | Demo3 desc | http://www.demowendy3.com | www.demowendy3.com/auth | - | Create token normal | 2 | Demo4 | Demo4 desc | http://www.demowendy4.com | http://www.processmaker.com | + | Description | application_number | application_name | application_description | application_website | application_redirectUri | + | Create token normal | 1 | Demo3 | Demo3 desc | http://www.processmaker.com | http://michelangelo-be.colosa.net/sysmichelangelo/en/neoclassic/oauth2/grant | + | Create token normal | 2 | Demo4 | Demo4 desc | http://www.processmaker.com | http://michelangelo-be.colosa.net/sysmichelangelo/en/neoclassic/oauth2/grant | #Endpoint para verificar el correcto funcionamiento del token generado en este script