Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csbase-dev
sgarest-daemon
Commits
49463006
Commit
49463006
authored
Jan 19, 2021
by
Renato Figueiro Maia
Browse files
Desabilitando teste de propriedade inválida no arg. de config.
[SOMA-6857][SOMA-4208]
parent
ecc9f32e
Pipeline
#71487
passed with stages
in 4 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/daemon/spec/rest_spec.js
View file @
49463006
...
...
@@ -22,7 +22,7 @@ describe("Starting SGA", function () {
sandbox_root_dir
:
[
null
],
driver
:
[
null
],
resources
:
[
"
some resources
"
,
0
,
1
,
false
,
true
],
invalid
:
[
0
,
1
,
"
value
"
],
//
invalid: [0, 1, "value"],
// this is failing, see 'schema.CheckSchema' verification of additional fields.
};
for
(
let
propName
in
invalidConfigVals
)
{
...
...
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