From a6575d9597e884f0c8bdc16bcc319f3a9bede11c Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 23 Jul 2021 12:10:40 +0545 Subject: [PATCH] Enable SEND_SCENARIO_LINE_REFERENCES to send X-Request-Id header in API tests --- .drone.star | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.star b/.drone.star index bac2e3181..5644fa288 100644 --- a/.drone.star +++ b/.drone.star @@ -414,6 +414,7 @@ def localApiTests(ctx, storage = "owncloud", suite = "apiBugDemonstration", acco "SKELETON_DIR": "/srv/app/tmp/testing/data/apiSkeleton", "OCIS_SKELETON_STRATEGY": "%s" % ("copy" if storage == "owncloud" else "upload"), "TEST_OCIS": "true", + "SEND_SCENARIO_LINE_REFERENCES": "true", "STORAGE_DRIVER": storage, "BEHAT_SUITE": suite, "BEHAT_FILTER_TAGS": "~@skip&&~@skipOnOcis-%s-Storage" % ("OC" if storage == "owncloud" else "OCIS"), @@ -465,6 +466,7 @@ def coreApiTests(ctx, part_number = 1, number_of_parts = 1, storage = "owncloud" "SKELETON_DIR": "/srv/app/tmp/testing/data/apiSkeleton", "OCIS_SKELETON_STRATEGY": "%s" % ("copy" if storage == "owncloud" else "upload"), "TEST_OCIS": "true", + "SEND_SCENARIO_LINE_REFERENCES": "true", "STORAGE_DRIVER": storage, "BEHAT_FILTER_TAGS": "~@skipOnOcis&&~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~comments-app-required&&~@federation-app-required&&~@notifications-app-required&&~systemtags-app-required&&~@local_storage&&~@skipOnOcis-%s-Storage" % ("OC" if storage == "owncloud" else "OCIS"), "DIVIDE_INTO_NUM_PARTS": number_of_parts,