Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
216b858f
Unverified
Commit
216b858f
authored
4 years ago
by
Marcin Rataj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: JSON response on empty remote service ls
parent
4d52bbdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
test/sharness/t0700-remotepin.sh
test/sharness/t0700-remotepin.sh
+8
-0
No files found.
test/sharness/t0700-remotepin.sh
View file @
216b858f
...
...
@@ -20,6 +20,14 @@ TEST_PIN_SVC_KEY=$(curl -s -X POST "$TEST_PIN_SVC/users" -d email="go-ipfs-sharn
# pin remote service add|ls|rm
# confirm empty service list response has proper json struct
# https://github.com/ipfs/go-ipfs/pull/7829
test_expect_success
"test 'ipfs pin remote service ls' JSON on empty list"
'
ipfs pin remote service ls --stat --enc=json | tee empty_ls_out &&
echo "{\"RemoteServices\":[]}" > exp_ls_out &&
test_cmp exp_ls_out empty_ls_out
'
# add valid and invalid services
test_expect_success
"creating test user on remote pinning service"
'
echo CI host IP address ${TEST_PIN_SVC} &&
...
...
This diff is collapsed.
Click to expand it.
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