Skip to content

Commit 1a850fb

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nailgun/entities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5563,6 +5563,7 @@ def read(self, entity=None, attrs=None, ignore=None, params=None):
55635563
ignore.add('organization')
55645564
ignore.add('location')
55655565
ignore.add('cacert')
5566+
ignore.add('content_default_http_proxy')
55665567
return super().read(entity, attrs, ignore, params)
55675568

55685569

0 commit comments

Comments
 (0)