Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcan0329 committed Jan 4, 2019
1 parent 2e44d66 commit e1f2f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest-server/test/jobSubmission.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ describe('Submit job: POST /api/v1/user/:username/jobs', () => {
'name': '7573657231',
},
'data': {
'admin': 'dHJ1ZQ==',
'admin': 'ZmFsc2U=',
'password': 'MzFhNzQ0YzNhZjg5MDU2MDI0ZmY2MmMzNTZmNTQ3ZGRjMzUzYWQ3MjdkMzEwYTc3MzcxODgxMjk4MmQ1YzZlZmMzYmZmNzBkYjVlMTA0M2JkMjFkMmVkYzg4M2M4Y2Q0ZjllNzRhMWU1MjA1NDMzNjQ5MzYxMTQ4YmE4OTY0MzQ=',
'username': 'dXNlcjE=',
'virtualCluster': 'ZGVmYXVsdCx2YzE='
Expand Down

0 comments on commit e1f2f63

Please sign in to comment.