From 2db9fb53938fd7d6c8dfcd74e0a915a1428bfb30 Mon Sep 17 00:00:00 2001 From: David Renshaw Date: Sat, 6 Feb 2016 14:17:27 +0000 Subject: [PATCH] remove reset-oauth test --- tests/unittests/cli.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/unittests/cli.js b/tests/unittests/cli.js index 57bba124aa..ce0b6857c1 100644 --- a/tests/unittests/cli.js +++ b/tests/unittests/cli.js @@ -55,14 +55,6 @@ module.exports = { done(); }); }, - "sandstorm reset-oauth" : function (client, done) { - execSandstorm(["reset-oauth"], function (err, stdout, stderr) { - if (err) throw err; - - assert.include(stdout, "reset OAuth configuration", "`reset-oauth` contains the expected output"); - done(); - }); - }, };