Skip to content

Relocate and Adjust UAT line in file_defs #55

@tjacovich

Description

@tjacovich

This line is incorrect.

data_files['uat'] = {'path': 'links/uat/all.links', 'default_value': [], 'multiline': True}

needs to be located below

env_name = config.get('ENVIRONMENT', 'back-dev')

And be of the form:

data_files['uat'] = {'path': 'links/uat/uat.list.'+str(env_name), 'default_value': [], 'multiline': True}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions