Skip to content

Commit

Permalink
Fix [testspace] badges (#9525)
Browse files Browse the repository at this point in the history
* empty commit

* force ipv4 for testspace
  • Loading branch information
chris48s authored Sep 4, 2023
1 parent 75affca commit d179816
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/testspace/testspace-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ export default class TestspaceBase extends BaseJsonService {
403: 'org not found or not authorized',
404: 'org, project, or space not found',
},
options: {
dnsLookupIpVersion: 4,
},
})
}

Expand Down

0 comments on commit d179816

Please sign in to comment.