Skip to content

Commit

Permalink
Nature no longer has items, use a different record (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-butcher authored Jun 7, 2024
1 parent 57e88fb commit dcc6cd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions smoke_tests/processorFunctions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const AWS = require('aws-sdk');
AWS.config.update({region:'eu-west-1'});

module.exports = {
addApiKey: addApiKey,
Expand Down
8 changes: 4 additions & 4 deletions smoke_tests/smokeTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dcc6cd9

Please sign in to comment.