We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c34abd commit 1fb421bCopy full SHA for 1fb421b
app/providers/sla.py
@@ -52,7 +52,7 @@ def is_enabling_services(deployment_type, service_type):
52
53
54
def get_slas(access_token, slam_url, cmdb_url, deployment_type=""):
55
- headers = {'Authorization': 'bearer %s' % access_token}
+ headers = {'Authorization': 'Bearer %s' % access_token}
56
57
url = slam_url + "/preferences/" + session['organisation_name']
58
0 commit comments