Improved code layout.
This commit is contained in:
parent
d492142a8f
commit
389b1e7bb4
1 changed files with 6 additions and 6 deletions
|
@ -616,7 +616,7 @@ test( "diff", function() {
|
||||||
App.Auth.login({
|
App.Auth.login({
|
||||||
data: {
|
data: {
|
||||||
username: 'not_existing',
|
username: 'not_existing',
|
||||||
password: 'not_existing'
|
password: 'not_existing',
|
||||||
},
|
},
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
test( "auth - not existing user", function() {
|
test( "auth - not existing user", function() {
|
||||||
|
@ -635,7 +635,7 @@ var authWithSession = function() {
|
||||||
App.Auth.login({
|
App.Auth.login({
|
||||||
data: {
|
data: {
|
||||||
username: 'nicole.braun@zammad.org',
|
username: 'nicole.braun@zammad.org',
|
||||||
password: 'test'
|
password: 'test',
|
||||||
},
|
},
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
test( "auth - existing user", function() {
|
test( "auth - existing user", function() {
|
||||||
|
|
Loading…
Reference in a new issue