Skip to content

Commit

Permalink
Sample config file for functional testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeymitr committed Mar 15, 2017
1 parent 0c4a960 commit 2b88d2d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/Functional/config.sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"client": {
"username": "...",
"password": "...",
"api_client": "...",
"api_secret": "..."
},
"vehicle": {
"id": 0,
"contact_id": 0
},
"vehicle_inspection": {
"id": 0,
"vehicle_id": 0
}
}

0 comments on commit 2b88d2d

Please sign in to comment.