Skip to content

Commit f14ca44

Browse files
Ignore content_default_http_proxy param for SAT-30769
Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
1 parent 5b34885 commit f14ca44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nailgun/entities.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5563,6 +5563,9 @@ def read(self, entity=None, attrs=None, ignore=None, params=None):
55635563
ignore.add('organization')
55645564
ignore.add('location')
55655565
ignore.add('cacert')
5566+
# Workaround for SAT-30769
5567+
if 'content_default_http_proxy' not in attrs:
5568+
ignore.add('content_default_http_proxy')
55665569
return super().read(entity, attrs, ignore, params)
55675570

55685571

0 commit comments

Comments
 (0)