RWTH-EBC/FiLiP

Set default service name to '' in tests default config

Closed this issue · 1 comments

To more easily debug with the browser it might help to set the default service name to ''. That way no special headers are needed to read the full entity list of the local test fiware platform.

create service paths for multi tenancy scenario and concurrent testing

FIWARE_SERVICE: str = Field(default='',
env=['FIWARE_SERVICE'])

There are already default service and service_path in the data model:

default="",

default="",