Skip to content

Commit

Permalink
rename NewTokenHandler() to New()
Browse files Browse the repository at this point in the history
add api for tests
  • Loading branch information
Matthieu Jacquot committed Aug 9, 2018
1 parent 85baedd commit a59440f
Show file tree
Hide file tree
Showing 20 changed files with 1,734 additions and 838 deletions.
File renamed without changes.
File renamed without changes.
24 changes: 24 additions & 0 deletions api/Conduit.postman_integration_test_environment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Conduit - Integration Test",
"values": [
{
"enabled": true,
"key": "apiUrl",
"value": "https://conduit.productionready.io/api",
"type": "text"
},
{
"enabled": true,
"key": "token",
"value": "",
"type": "text"
},
{
"enabled": true,
"key": "isIntegrationTest",
"value": true,
"type": "boolean"
}
],
"_postman_variable_scope": "environment"
}
Loading

0 comments on commit a59440f

Please sign in to comment.