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

Commit 430a874

Browse files
author
Matt Loring
committed
Update tests to use v2 debugger api
1 parent 21ef3b2 commit 430a874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var agent = require('../..');
2929
var _ = require('lodash'); // for _.find. Can't use ES6 yet.
3030
var Q = require('q');
3131

32-
var DEBUG_API = 'https://www.googleapis.com/debugger/v1beta';
32+
var DEBUG_API = 'https://clouddebugger.googleapis.com/v2/debugger';
3333
var SCOPES = [
3434
'https://www.googleapis.com/auth/cloud-platform',
3535
'https://www.googleapis.com/auth/cloud_debugger',

0 commit comments

Comments
 (0)