diff --git a/_modules/apamax/eplapplications/basetest.html b/_modules/apamax/eplapplications/basetest.html index c22a7f6..308fbc7 100644 --- a/_modules/apamax/eplapplications/basetest.html +++ b/_modules/apamax/eplapplications/basetest.html @@ -103,7 +103,7 @@

Source code for apamax.eplapplications.basetest

< conn = C8yConnection(url, username, password) res = conn.do_get(f'/application/applicationsByName/{APPLICATION_NAME}') if len(res['applications']) == 0: - conn.do_request_json('POST', '/application/applications', body={"name":APPLICATION_NAME,"key":APPLICATION_KEY,"externalUrl":"http://www.softwareag.com","manifest":{},"type":"EXTERNAL"}) + conn.do_request_json('POST', '/application/applications', body={"name":APPLICATION_NAME,"key":APPLICATION_KEY,"externalUrl":"http://www.softwareag.com","manifest":{},"type":"EXTERNAL","noAppSwitcher":True}) return APPLICATION_KEY else: return res['applications'][0]['key']