You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
When snap is started with a config and a plugin has a config item with a default value the value provided in the config (the one snap was started with) should override the plugins default value.
When snap is started with a config and a plugin has a config item with a default value the value provided in the config (the one snap was started with) should override the plugins default value.
Given:
snapteld --config config.yml
Run:
snaptel task create -t task.yml
config.yml:
task.yml:
Current result: The above will result in the config
{'name': 'bob'}
being associated to/intel/mock/foo
Expected result: The config on
/intel/mock/foo
should be{'name': 'jane'}
The text was updated successfully, but these errors were encountered: