Skip to content

Commit

Permalink
ci: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dengbo committed Jul 24, 2024
1 parent 7b2a6cd commit dd616f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ConfigEditor.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ describe('ConfigEditor', () => {
},
})
expect(screen.getByText(/host:port/i)).toBeInTheDocument()
expect(screen.getByText(/auth type/i)).toBeInTheDocument()
expect(screen.getByText(/require tls \/ ssl/i)).toBeInTheDocument()
expect(screen.getByText(/require tls \/ ssl/i)).toBeInTheDocument()
})
Expand Down

0 comments on commit dd616f2

Please sign in to comment.