Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit b2b01f7

Browse files
committed
Remove mocha tag 'db' from test/plugins/retry.js.
This change prevents retry tests running against a live service.
1 parent 9ef8954 commit b2b01f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/plugins/retry.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2018 IBM Corp. All rights reserved.
1+
// Copyright © 2018, 2019 IBM Corp. All rights reserved.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ const PASSWORD = process.env.cloudant_password || 'sjedon';
2727
const SERVER = process.env.SERVER_URL || 'https://' + ME + '.cloudant.com';
2828
const DBNAME = `/nodejs-cloudant-${uuidv4()}`;
2929

30-
describe('#db Retry Plugin', function() {
30+
describe('Retry Plugin', function() {
3131
before(function(done) {
3232
var mocks = nock(SERVER)
3333
.put(DBNAME)

0 commit comments

Comments
 (0)