From dcc6cd966404760ca9283438fe008f6c3d08099c Mon Sep 17 00:00:00 2001 From: Paul Butcher Date: Fri, 7 Jun 2024 15:52:10 +0100 Subject: [PATCH] Nature no longer has items, use a different record (#791) --- smoke_tests/processorFunctions.js | 1 + smoke_tests/smokeTests.yml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/smoke_tests/processorFunctions.js b/smoke_tests/processorFunctions.js index 2204ad7404..6044e4d504 100644 --- a/smoke_tests/processorFunctions.js +++ b/smoke_tests/processorFunctions.js @@ -1,4 +1,5 @@ const AWS = require('aws-sdk'); +AWS.config.update({region:'eu-west-1'}); module.exports = { addApiKey: addApiKey, diff --git a/smoke_tests/smokeTests.yml b/smoke_tests/smokeTests.yml index 8866df3947..163abf37d8 100644 --- a/smoke_tests/smokeTests.yml +++ b/smoke_tests/smokeTests.yml @@ -33,16 +33,16 @@ scenarios: url: "/images" expect: statusCode: 200 - - name: "/works/awa6c6gm" + - name: "/works/b7nfeg9j" flow: - get: - url: "/works/awa6c6gm" + url: "/works/b7nfeg9j" expect: statusCode: 200 - - name: "/works/awa6c6gm/items" + - name: "/works/b7nfeg9j/items" flow: - get: - url: "/works/awa6c6gm/items" + url: "/works/b7nfeg9j/items" beforeRequest: addApiKey expect: statusCode: 200