Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: make some test run even without internet connection #2786

Merged
merged 3 commits into from
Feb 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix wrong description of test
  • Loading branch information
Uzlopak committed Feb 20, 2024
commit f9679ccbeef894575a37a03ca27774aa77d9c131
2 changes: 1 addition & 1 deletion test/issue-1670.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const { test } = require('node:test')
const { request } = require('..')

test('https://github.com/mcollina/undici/issues/810', async () => {
test('https://github.com/mcollina/undici/issues/1670', async () => {
const { body } = await request('https://api.github.com/user/emails')

await body.text()
Expand Down