diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-26 15:07:39 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-03-02 14:20:42 +0000 |
commit | 2ab428182f0b1e4188de1ce9166033ad34b4cb48 (patch) | |
tree | 25c1c24cad2ad1fe5a7f324b19e62c290b945be1 /test/postman/globals.postman_globals.json | |
parent | 8531fe68e6a68d1b18457fca527dcca10415461b (diff) |
Fix JSON files linter issues in test/postman
This is needed prior to adding job for JSON
files linting in CI.
Change-Id: I6dfa144478c31702f5b306d9e2dad9bf0713a0fe
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Issue-ID: INT-1451
Diffstat (limited to 'test/postman/globals.postman_globals.json')
-rw-r--r-- | test/postman/globals.postman_globals.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/postman/globals.postman_globals.json b/test/postman/globals.postman_globals.json index adf368f48..071585b94 100644 --- a/test/postman/globals.postman_globals.json +++ b/test/postman/globals.postman_globals.json @@ -1,8 +1,8 @@ { - "id": "146e52f0-fd32-4814-8e58-8a3c0f4d5eb7", - "values": [], - "name": "My Workspace Globals", - "_postman_variable_scope": "globals", - "_postman_exported_at": "2019-10-22T09:09:26.620Z", - "_postman_exported_using": "Postman/6.7.5" -}
\ No newline at end of file + "id": "146e52f0-fd32-4814-8e58-8a3c0f4d5eb7", + "values": [], + "name": "My Workspace Globals", + "_postman_variable_scope": "globals", + "_postman_exported_at": "2019-10-22T09:09:26.620Z", + "_postman_exported_using": "Postman/6.7.5" +} |