Skip to content

Commit

Permalink
Merge pull request #99 from tesla-ce/add_tests
Browse files Browse the repository at this point in the history
Add tests
  • Loading branch information
xbaro authored Oct 21, 2021
2 parents f76fe35 + 881c7a6 commit b5ec9cb
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion src/tesla_ce/fixtures/ui_options.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,33 @@
"enabled":true,
"institution":null,
"user":null,
"roles":"GLOBAL_ADMIN",
"roles":"GLOBAL_ADMIN,ADMIN,SEND",
"created_at":"2021-09-02T08:18:14.403Z",
"updated_at":"2021-09-02T08:18:14.403Z"
}
},
{
"model":"tesla_ce.uioption",
"pk":10,
"fields":{
"route":"administration-send-categories",
"enabled":true,
"institution":null,
"user":null,
"roles":"GLOBAL_ADMIN,ADMIN,SEND",
"created_at":"2021-09-02T08:18:14.403Z",
"updated_at":"2021-09-02T08:18:14.403Z"
}
},
{
"model":"tesla_ce.uioption",
"pk":11,
"fields":{
"route":"administration-send-users",
"enabled":true,
"institution":null,
"user":null,
"roles":"GLOBAL_ADMIN,ADMIN,SEND",
"created_at":"2021-09-02T08:18:14.403Z",
"updated_at":"2021-09-02T08:18:14.403Z"
}
Expand Down

0 comments on commit b5ec9cb

Please sign in to comment.