Skip to content

Commit

Permalink
fixup! fixup! Casperify verbs
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Sep 5, 2022
1 parent ac76f9e commit de4b506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cml/tensorboard/connect.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fs = require('fs').promises;
const tempy = require('tempy');
const { exec, isProcRunning, sleep } = require('../../../src/utils');
const { tbLink } = require('./start');
const { tbLink } = require('./connect');

const CREDENTIALS =
'{"refresh_token": "1//03FiVnGk2xhnNCgYIARAAGAMSNwF-L9IrPH8FOOVWEYUihFDToqxyLArxfnbKFmxEfhzys_KYVVzBisYlAy225w4HaX3ais5TV_Q", "token_uri": "https://oauth2.googleapis.com/token", "client_id": "373649185512-8v619h5kft38l4456nm2dj4ubeqsrvh6.apps.googleusercontent.com", "client_secret": "pOyAuU2yq2arsM98Bw5hwYtr", "scopes": ["openid", "https://www.googleapis.com/auth/userinfo.email"], "type": "authorized_user"}';
Expand Down

0 comments on commit de4b506

Please sign in to comment.