Skip to content

Commit

Permalink
Undo changes to the setup wizard test file
Browse files Browse the repository at this point in the history
  • Loading branch information
fqueiruga committed Jan 10, 2020
1 parent 8cf0394 commit d294b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions war/src/test/js/pluginSetupWizard-spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var jquery = require('jquery-detached');
var jsTest = require("jenkins-js-test");
var jquery = require('jquery-detached');

var debug = false;

Expand Down Expand Up @@ -120,7 +120,7 @@ var ajaxMocks = function(responseMappings) {
},
{
"category":"User Management and Security",
"plugins": [
"plugins": [
{ "name": "matrix-auth" },
{ "name": "pam-auth" },
{ "name": "ldap" }
Expand Down

0 comments on commit d294b5f

Please sign in to comment.