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
TestApp.hardcoded_path is required in contentctl.yml even if we specify splunk_api_username and splunk_api_password to download the apps from splunkbase. Moreover, the serialization function for hardcoded_path serializes a None value as a 'None' of type str. I will open a PR to fix this.
The text was updated successfully, but these errors were encountered:
Res260
added a commit
to Res260/contentctl
that referenced
this issue
Oct 24, 2024
TestApp.hardcoded_path
is required incontentctl.yml
even if we specifysplunk_api_username
andsplunk_api_password
to download the apps from splunkbase. Moreover, the serialization function forhardcoded_path
serializes aNone
value as a'None'
of typestr
. I will open a PR to fix this.The text was updated successfully, but these errors were encountered: