Skip to content

Commit

Permalink
closes #55050, out of range test
Browse files Browse the repository at this point in the history
  • Loading branch information
olingern committed Sep 12, 2023
1 parent 4de94fd commit 4396e38
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/integration/cli/test/index.test.js
Expand Up @@ -249,9 +249,7 @@ describe('CLI Usage', () => {
}
)

expect(stderr).toContain(
`options.port should be >= 0 and < 65536. Received type number (${invalidPort}).`
)
expect(stderr).toContain(`options.port should be >= 0 and < 65536.`)
})

test('should not start on a reserved port', async () => {
Expand Down

0 comments on commit 4396e38

Please sign in to comment.