1
0
Fork 0
mirror of synced 2024-07-15 19:25:55 +12:00

Rename tests

This commit is contained in:
Adria Navarro 2023-07-12 13:09:44 +02:00
parent 6ff5c23cd6
commit 81e847daeb
4 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,8 @@ router
authorized(permissions.BUILDER), authorized(permissions.BUILDER),
viewController.v2.fetch viewController.v2.fetch
) )
router
.get( .get(
"/api/views/export", "/api/views/export",
authorized(permissions.BUILDER), authorized(permissions.BUILDER),

View file

@ -631,7 +631,7 @@ class TestConfiguration {
tableId: this.table._id, tableId: this.table._id,
name: "ViewTest", name: "ViewTest",
} }
return this._req(view, null, controllers.view.save) return this._req(view, null, controllers.view.v1.save)
} }
// AUTOMATION // AUTOMATION