linter fixes

This commit is contained in:
Guido Grazioli
2023-12-01 12:36:20 +01:00
parent 5e8e8c67e8
commit d6f020ab44
40 changed files with 212 additions and 220 deletions

View File

@@ -31,7 +31,7 @@
containerId: "{{ item.containerId }}"
name: "{{ item.name }}"
composite: "{{ item.composite }}"
validate_certs: False
validate_certs: false
body_format: json
headers:
Authorization: "Bearer {{ keycloak_auth_response.json.access_token }}"