Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Mar 30, 2024
1 parent 6a92a08 commit bd5de82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/cases/dns.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('dns mesurement', () => {

it('should finish successfully in case of tld target', async () => {
const { id } = await got.post('http://localhost:80/v1/measurements', { json: {
target: '.com',
target: 'com',
type: 'dns',
measurementOptions: {
query: {
Expand Down

0 comments on commit bd5de82

Please sign in to comment.