Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LINAGORA
L
LGS
Labs
hublot
Commits
c15e3fc1
Commit
c15e3fc1
authored
Oct 30, 2017
by
samy
Browse files
Fix PR comments
parent
2676161c
Pipeline
#4509
passed with stage
in 3 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
client/lib/archive.test.js
client/lib/archive.test.js
+0
-1
No files found.
client/lib/archive.test.js
View file @
c15e3fc1
...
...
@@ -56,7 +56,6 @@ describe('client/lib/archive', () => {
it
(
'
should make correct REST call on store
'
,
()
=>
{
const
transcript
=
'
transcript_test
'
;
const
result
=
global
.
archive
.
store
(
transcript
);
global
.
archive
.
store
(
transcript
);
expect
(
result
).
toBe
(
true
);
expect
(
request
[
0
].
method
).
toBe
(
'
POST
'
);
expect
(
request
[
0
].
url
).
toBe
(
config
.
archive
);
...
...
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