Skip to content

Commit

Permalink
tests: Correct typo in URL test data filename
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Nov 23, 2021
1 parent 02666e7 commit 9291725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke-test/auspice_client_requests.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const fetch = require('node-fetch');
// we set a lenient timeout
jest.setTimeout(15000);

describe("smoke testing URLs described in urls.json", () => {
describe("smoke testing URLs described in auspice_client_requests.json", () => {
for (const testCase of urlsToTest) {
// eslint-disable-next-line no-loop-func
it(testCase.name, async () => {
Expand Down

0 comments on commit 9291725

Please sign in to comment.