Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Update tests to use v2 debugger api
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Loring committed May 10, 2016
1 parent 21ef3b2 commit 430a874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var agent = require('../..');
var _ = require('lodash'); // for _.find. Can't use ES6 yet.
var Q = require('q');

var DEBUG_API = 'https://www.googleapis.com/debugger/v1beta';
var DEBUG_API = 'https://clouddebugger.googleapis.com/v2/debugger';
var SCOPES = [
'https://www.googleapis.com/auth/cloud-platform',
'https://www.googleapis.com/auth/cloud_debugger',
Expand Down

0 comments on commit 430a874

Please sign in to comment.