Rename tests
This commit is contained in:
parent
6ff5c23cd6
commit
81e847daeb
|
@ -13,6 +13,8 @@ router
|
|||
authorized(permissions.BUILDER),
|
||||
viewController.v2.fetch
|
||||
)
|
||||
|
||||
router
|
||||
.get(
|
||||
"/api/views/export",
|
||||
authorized(permissions.BUILDER),
|
||||
|
|
|
@ -631,7 +631,7 @@ class TestConfiguration {
|
|||
tableId: this.table._id,
|
||||
name: "ViewTest",
|
||||
}
|
||||
return this._req(view, null, controllers.view.save)
|
||||
return this._req(view, null, controllers.view.v1.save)
|
||||
}
|
||||
|
||||
// AUTOMATION
|
||||
|
|
Loading…
Reference in New Issue