Skip to content

Commit

Permalink
fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Feb 13, 2022
1 parent 0aaa4d0 commit 6c11397
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Backend/Api/Config/CollectionTest.php
Expand Up @@ -155,7 +155,7 @@ public function testGet()
"type": 6,
"name": "mail_pw_reset_body",
"description": "Body of the password reset mail",
"value": "Hello {name},\n\nyou have requested to reset your password.\nTo set a new password please visit the following link:\nhttp:\/\/127.0.0.1\/projects\/fusio\/public\/consumer\/#password_reset?token={token}\n\nPlease ignore this email if you have not requested a password reset."
"value": "Hello {name},\n\nyou have requested to reset your password.\nTo set a new password please visit the following link:\n{apps_url}\/developer\/#!\/password\/confirm\/{token}\n\nPlease ignore this email if you have not requested a password reset."
},
{
"id": 15,
Expand All @@ -169,7 +169,7 @@ public function testGet()
"type": 6,
"name": "mail_register_body",
"description": "Body of the activation mail",
"value": "Hello {name},\n\nyou have successful registered at Fusio.\nTo activate you account please visit the following link:\nhttp:\/\/127.0.0.1\/projects\/fusio\/public\/consumer\/#activate?token={token}"
"value": "Hello {name},\n\nyou have successful registered at Fusio.\nTo activate you account please visit the following link:\n{apps_url}\/developer\/#!\/register\/activate\/{token}"
},
{
"id": 13,
Expand Down Expand Up @@ -318,7 +318,7 @@ public function testGetCount()
"type": 6,
"name": "mail_pw_reset_body",
"description": "Body of the password reset mail",
"value": "Hello {name},\n\nyou have requested to reset your password.\nTo set a new password please visit the following link:\nhttp:\/\/127.0.0.1\/projects\/fusio\/public\/consumer\/#password_reset?token={token}\n\nPlease ignore this email if you have not requested a password reset."
"value": "Hello {name},\n\nyou have requested to reset your password.\nTo set a new password please visit the following link:\n{apps_url}\/developer\/#!\/password\/confirm\/{token}\n\nPlease ignore this email if you have not requested a password reset."
},
{
"id": 15,
Expand All @@ -332,7 +332,7 @@ public function testGetCount()
"type": 6,
"name": "mail_register_body",
"description": "Body of the activation mail",
"value": "Hello {name},\n\nyou have successful registered at Fusio.\nTo activate you account please visit the following link:\nhttp:\/\/127.0.0.1\/projects\/fusio\/public\/consumer\/#activate?token={token}"
"value": "Hello {name},\n\nyou have successful registered at Fusio.\nTo activate you account please visit the following link:\n{apps_url}\/developer\/#!\/register\/activate\/{token}"
},
{
"id": 13,
Expand Down

0 comments on commit 6c11397

Please sign in to comment.