added it_get_all_plans_from_admin, it_get_single_plan_from_admin, it_create_single_plan_from_admin, it_delete_single_plan, it_update_single_plan_from_admin, it_get_subscribers_from_plan_from_admin test

This commit is contained in:
Peter Papp
2021-03-06 12:14:09 +01:00
parent 88540bd2a6
commit dd4fab8e7c
7 changed files with 173 additions and 26 deletions

View File

@@ -132,7 +132,7 @@
// Send request to get user token
axios
.post('/api/plans/store', {
.post('/api/plans', {
attributes: this.plan
})
.then(response => {