Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASweb-backend-go
Commits
96499671
Commit
96499671
authored
May 29, 2020
by
Sonja Happ
Browse files
test data configs have no file selected
parent
ae7b8817
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
helper/test_data.go
View file @
96499671
...
...
@@ -138,13 +138,13 @@ var ScenarioB = database.Scenario{
var
ConfigA
=
database
.
ComponentConfiguration
{
Name
:
"Example for Signal generator"
,
StartParameters
:
postgres
.
Jsonb
{
startParametersA
},
SelectedFileID
:
3
,
SelectedFileID
:
-
1
,
}
var
ConfigB
=
database
.
ComponentConfiguration
{
Name
:
"VILLASnode gateway X"
,
StartParameters
:
postgres
.
Jsonb
{
startParametersB
},
SelectedFileID
:
4
,
SelectedFileID
:
-
1
,
}
// Signals
...
...
Write
Preview
Supports
Markdown
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