Commit 6a6a97d8 authored by Sheetal Umesh Kumar's avatar Sheetal Umesh Kumar

Remove unnecessary config in test.

parent 18e43fc5
......@@ -5,7 +5,7 @@ var Controller = require('../sidebar-tutorial').controller;
describe('SidebarTutorialController', function () {
describe('showSidebarTutorial', function () {
var settings = { theme: 'theme' };
var settings = {};
it('returns true if show_sidebar_tutorial is true', function () {
var session = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment