Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
chore(data): made test data more realistic
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Apr 30, 2018
1 parent 33e3d00 commit 23cbcb1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/tests/features/environments/deployed/list.feature
Expand Up @@ -15,7 +15,7 @@ Feature: Deployed
And should have an "array" field "list" and in row 1 with:
| id | "e0000004-0000-0000-0000-r00000000019" |
| environmentId | "e0000004-0000-0000-0000-000000000000" |
| release | "v2.0.0" |
| release | "v2.0.1312-ALPHA" |
| state | "finishDeploy" |
| createdAt | 1517044796932 |
| updatedAt | 1517044796932 |
Expand Down
2 changes: 1 addition & 1 deletion api/tests/features/environments/get-private.feature
Expand Up @@ -31,7 +31,7 @@ Feature: Get my environment
| field | value |
| id | "e0000004-0000-0000-0000-r00000000001" |
| environmentId | "e0000004-0000-0000-0000-000000000000" |
| release | "v2.0.0" |
| release | "v2.0.1312-ALPHA" |
| state | "finishDeploy" |
| token | { "name": "Continuous Integration Server" } |
| createdAt | "2018-01-27T07:19:43.274Z" |
Expand Down
2 changes: 1 addition & 1 deletion api/tests/features/environments/get-public.feature
Expand Up @@ -26,7 +26,7 @@ Feature: Get public environment
| field | value |
| id | "e0000004-0000-0000-0000-r00000000001" |
| environmentId | "e0000004-0000-0000-0000-000000000000" |
| release | "v2.0.0" |
| release | "v2.0.1312-ALPHA" |
| state | "finishDeploy" |
| token | { "name": "Continuous Integration Server" } |
| createdAt | "2018-01-27T07:19:43.274Z" |
Expand Down
2 changes: 1 addition & 1 deletion api/tests/features/environments/releases/list.feature
Expand Up @@ -14,7 +14,7 @@ Feature: Releases
And should have a field "total" with "NUMBER"
And should have an "array" field "list" and in row 1 with:
| field | value |
| version | "v2.0.0" |
| version | "v2.0.1312-ALPHA" |
| failDeploy | null |
| finishDeploy | "2018-01-27T09:19:56.932Z" |
| startDeploy | "2018-01-27T09:18:14.932Z" |
Expand Down
8 changes: 4 additions & 4 deletions data/deployed.json
Expand Up @@ -137,7 +137,7 @@
{
"id": "e0000004-0000-0000-0000-r00000000016",
"environmentId": "e0000004-0000-0000-0000-000000000000",
"release": "v2.0.0",
"release": "v2.0.1312-ALPHA",
"state": "startBuild",
"token": "{\"name\":\"Continuous Integration Server\"}",
"createdAt": 1517044470932,
Expand All @@ -146,7 +146,7 @@
{
"id": "e0000004-0000-0000-0000-r00000000017",
"environmentId": "e0000004-0000-0000-0000-000000000000",
"release": "v2.0.0",
"release": "v2.0.1312-ALPHA",
"state": "finishBuild",
"token": "{\"name\":\"Continuous Integration Server\"}",
"createdAt": 1517044582932,
Expand All @@ -155,7 +155,7 @@
{
"id": "e0000004-0000-0000-0000-r00000000018",
"environmentId": "e0000004-0000-0000-0000-000000000000",
"release": "v2.0.0",
"release": "v2.0.1312-ALPHA",
"state": "startDeploy",
"token": "{\"name\":\"Continuous Integration Server\"}",
"createdAt": 1517044694932,
Expand All @@ -164,7 +164,7 @@
{
"id": "e0000004-0000-0000-0000-r00000000019",
"environmentId": "e0000004-0000-0000-0000-000000000000",
"release": "v2.0.0",
"release": "v2.0.1312-ALPHA",
"state": "finishDeploy",
"token": "{\"name\":\"Continuous Integration Server\"}",
"createdAt": 1517044796932,
Expand Down

0 comments on commit 23cbcb1

Please sign in to comment.