Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
lucas.parsy
jio
Commits
352ee4fb
Commit
352ee4fb
authored
Oct 29, 2015
by
lucas.parsy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected 2 jslint errors in gdrivestorage test file
parent
b0e565a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/jio.storage/gdrivestorage.tests.js
test/jio.storage/gdrivestorage.tests.js
+2
-2
No files found.
test/jio.storage/gdrivestorage.tests.js
View file @
352ee4fb
...
...
@@ -40,7 +40,7 @@
expect
(
3
);
this
.
jio
[
fun
](
"
inexistent
"
,
encl
?
"
enclosure
"
:
undefined
,
blob
?
blob
:
undefined
)
blob
||
undefined
)
.
fail
(
function
(
error
)
{
ok
(
error
instanceof
jIO
.
util
.
jIOError
);
equal
(
error
.
message
,
"
Cannot find document: inexistent
"
);
...
...
@@ -145,7 +145,7 @@
});
test
(
"
post with invalid credentials
"
,
function
()
{
var
puturl
=
domain
+
"
/upload/drive/v2/files?uploadType
"
+
var
puturl
=
domain
+
"
/upload/drive/v2/files?uploadType
"
+
"
=multipart&access_token=
"
+
token
;
this
.
server
.
respondWith
(
"
POST
"
,
puturl
,
[
401
,
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment