Skip to content

Commit 6f84ed3

Browse files
authored
Merge pull request #767 from watson-developer-cloud/remove-unused-variable
chore: remove artifacts of previous work
2 parents 46f6abf + d356aa3 commit 6f84ed3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/integration/test.discovery.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ describe('discovery_integration', function() {
2222
let configuration_id;
2323
let collection_id;
2424
let collection_id2;
25-
let document_id;
2625

2726
before(function() {
2827
environment_id = auth.discovery.environment_id;
@@ -159,7 +158,6 @@ describe('discovery_integration', function() {
159158
discovery.addDocument(document_obj, function(err, response) {
160159
assert.ifError(err);
161160
assert(response.document_id);
162-
document_id = response.document_id;
163161
done(err);
164162
});
165163
});

0 commit comments

Comments
 (0)