Skip to content

Commit

Permalink
Fix legacy scripting runner test that uses httpbin.
Browse files Browse the repository at this point in the history
  • Loading branch information
standielpls committed Aug 23, 2023
1 parent a413194 commit 118c99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/legacy-scripting-runner/test/example-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ const legacyScriptingSource = `
},
movie_poll_z_request_uri: function(bundle) {
var response = z.request({ uri: '${HTTPBIN_URL}/get', method: 'get' });
var response = z.request({ uri: '${HTTPBIN_URL}/get', method: 'GET' });
return [z.JSON.parse(response.content)];
},
Expand Down

0 comments on commit 118c99c

Please sign in to comment.