Specify AWS Functions as list
to conform with the yaml standard of list definition.
This commit is contained in:

committed by
Sebastian Serth

parent
d80761a973
commit
0f8a1fa25a
@@ -323,7 +323,7 @@ func createEnvironment(t *testing.T, environmentID string, aws bool) {
|
||||
ExposedPorts: nil,
|
||||
}
|
||||
if aws {
|
||||
functions := strings.Fields(config.Config.AWS.Functions)
|
||||
functions := config.Config.AWS.Functions
|
||||
require.NotZero(t, len(functions))
|
||||
request.Image = functions[0]
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user