Skip to content

Commit 92577bf

Browse files
committed
test
1 parent d2ee03a commit 92577bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/components/ObjectSelector.nuxt.test.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@ describe("ObjectSelector.vue", async () => {
9898
method: allowed_objects.methods[0],
9999
handler: () => response,
100100
})
101-
const object_priority_schema = schemas.opengeodeweb_back.object_priority
101+
102+
const object_priority_schema = {
103+
$id: "object_priority",
104+
methods: ["POST"]
105+
}
102106
registerEndpoint(object_priority_schema.$id, {
103107
method: object_priority_schema.methods[0],
104108
handler: ({ body }) => {

0 commit comments

Comments
 (0)