Skip to content

Commit

Permalink
update workbench tests natcap#1308
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys committed Oct 17, 2023
1 parent bfd2801 commit 5b0a200
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workbench/tests/invest/flaskapp.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ describe('requests to flask endpoints', () => {
});

// Second test the datastack is read and parsed
const data2 = await server_requests.fetchDatastackFromFile(filepath);
const data2 = await server_requests.fetchDatastackFromFile(
{ filepath: filepath });
const expectedKeys2 = [
'type',
'args',
Expand Down

0 comments on commit 5b0a200

Please sign in to comment.