Skip to content

Commit

Permalink
Travis: fix failing tests + update dependencies (#335)
Browse files Browse the repository at this point in the history
* Make unify script recursive + clean up dependency conflicts

* Restore travis.yml

* Delete outdated text detection sample that duplicates detect.js

* Fix failing KMS + vision tests by updating dependencies

* Fix video tests using a bad cwd

* Upgrade monitoring dependency + skip flaky monitoring tests

* Fix DLP tests having wrong cwd

* Fix failing vision test

* Fix datastore tests

* Update broken dependency

* Update possibly broken compute engine dependency

* Fix typos

* Disable Node 4 testing

* Revert deletion of outdated sample - @gguuss says we still use this.

This reverts commit b7259c8.

* Update dependency
  • Loading branch information
Ace Nassri authored Apr 5, 2017
1 parent 443610f commit 51460b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vision/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@google-cloud/storage": "0.7.0",
"@google-cloud/vision": "0.9.0",
"@google-cloud/vision": "^0.11.0",
"async": "2.1.4",
"natural": "0.4.0",
"redis": "2.6.5",
Expand Down
2 changes: 1 addition & 1 deletion vision/samples/system-test/detect.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ test(`should detect similar web images in a remote file`, async (t) => {
t.true(output.includes('URL: https://cloud.google.com/vision/docs/images/'));
t.true(output.includes('Partial matches found: 5'));
t.true(output.includes('Web entities found: 5'));
t.true(output.includes('Description: Google Cloud Platform'));
t.true(output.includes('Description: Google'));
});

test(`should read a document from a local file`, async (t) => {
Expand Down

0 comments on commit 51460b9

Please sign in to comment.