Skip to content

Commit

Permalink
adding more test values to .test-env
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdevwords authored and chrisdevwords committed Aug 13, 2017
1 parent 6bb9865 commit 6df44a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 5 additions & 1 deletion test/.test-env
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
SLACK_TOKEN=foo_bar_baz
SLACK_TOKEN=foo_bar_baz
EXPIRED_SPOTIFY_ACCESS_TOKEN=BQANyQM3QT080jey_TnbnVSvF1Xr9lKrEc31YkiOlENYwKDuv-3261TtzAWoB0v80IXIPuscAOz7lfTXyfr6WHqCMbAa4DUhRJicDzW1kZ7UV6ofNGWXwoB8raB8ut7q9STN0yIrkvlLvgEAGd6Wsu6Ibfo1olJUDJ0Q2VCAIaNrVtG852AhMp_Wpjzs-K74CYpxO2AtYYNcXo3s0WA7gao84eh1qTnqhprnSbGIjLShqVsmZTo
SPOTIFY_USER_ACCESS_TOKEN=BQDTogSvU_-bQTUV_pzv8LwP7GbMPJmU8MXnrDJWaOp8MXRnoCfslf3gKvlf6CRJhXAfXkvGLFPYUCdZXOFUQolxaYykumLZSPGI1z01AV8c85yMofLZw2-9nj-hHo4y_PORzP_izLnJNxiqgONjSiC5YBaYcfSuv9Fg5S0OFu1pFeOlqWU7M7EVGLMs6SMfH_JMpMhe70OEEwV-7zp9JlkrzTMTXzW69EjLCJ2umsoZvThxUK0
SPOTIFY_LOCAL_URL=http://localhost:5000
SPOTIFY_RADIO_PLAYLIST=spotify:user:awpoops:playlist:5PP1I2m0uxEBb3VKLhI7bP
3 changes: 0 additions & 3 deletions test/spotify/auth/test_get_token.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
const PATH = require('path');
const { beforeEach, afterEach, describe, it } = require('mocha');
const { expect, config } = require('chai');
const request = require('request-promise-native');
const sinon = require('sinon');
const dotenv = require('dotenv');
const token = require('../../../src/spotify/auth');

const context = describe;


config.includeStack = true;

describe('The spotify.token.getToken method', () => {
Expand Down
2 changes: 1 addition & 1 deletion test/spotify/radio/test_createStation.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('The spotify.radio.createStation method', () => {

context('With a valid access token', () => {

const token = 'BQA6zKxJtMNGsXZ0QkETPiQHhcA6qHlG6QFlrNmJ2xPv1bU9q-ggvzftAmpR-mdjxsF5TP-iUI83BzTbgTknvvuVBM9rfKLWXkSWbbQc9AAzRzbCOol3uJLtkqmjlyoP2hYWX1Y2m5BgxLpptBODf1n3BYH58jw-2__j8aF4bRmJb4qtn3DJC-zNnpH7EGpZUcU6x_iCX0wsrfl0cDuMI3N7E2Od8eL4lvWy61H3w0EVhfPovu4';
const token = 'avalidaccesstoken';
const playlistUri = 'spotify:user:awpoops:playlist:5PP1I2m0uxEBb3VKLhI7bP';

context('With a valid spotify track', () => {
Expand Down

0 comments on commit 6df44a8

Please sign in to comment.