Skip to content

Commit acda65a

Browse files
committed
S3 experiment
1 parent 1be56c9 commit acda65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/specs/real-world/real-world.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('Real-world APIs', function() {
66

77
before(function(done) {
88
// Download a list of over 200 real-world Swagger APIs from apis.guru
9-
superagent.get('https://api.apis.guru/v2/list.json')
9+
superagent.get('https://s3.amazonaws.com/api.apis.guru/v2/list.json')
1010
.end(function(err, res) {
1111
if (err || !res.ok) {
1212
return done(err || new Error('Unable to downlaod real-world APIs from apis.guru'));

0 commit comments

Comments
 (0)