From 178dfa5f41e990cd33b222b3860d5ab4ebf2959d Mon Sep 17 00:00:00 2001 From: Sawjan Gurung Date: Thu, 19 Dec 2024 17:07:15 +0545 Subject: [PATCH] [full-ci] ci: bump ocis version to 7 (#11955) * ci: run tests against ocis 6.6 * test: fix space creation request * test: latest rolling tag * ci: bump ocis verion to 7.0 --- .drone.star | 2 +- test/gui/shared/scripts/helpers/SpaceHelper.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.star b/.drone.star index d964584fb03..fb1c3497e77 100644 --- a/.drone.star +++ b/.drone.star @@ -93,7 +93,7 @@ config = { "skip": False, }, "ocis": { - "version": "5.0.0", + "version": "7.0", # comma separated list of tags to be used for filtering. E.g. "@tag1,@tag2" "tags": "~@skipOnOCIS", "skip": False, diff --git a/test/gui/shared/scripts/helpers/SpaceHelper.py b/test/gui/shared/scripts/helpers/SpaceHelper.py index e8e56b1c1f2..4026c423821 100644 --- a/test/gui/shared/scripts/helpers/SpaceHelper.py +++ b/test/gui/shared/scripts/helpers/SpaceHelper.py @@ -27,7 +27,7 @@ def get_share_endpint(): def create_space(space_name): - body = json.dumps({"Name": space_name}) + body = json.dumps({"name": space_name}) response = request.post(get_space_endpint(), body) if response.status_code != 201: raise Exception(