Skip to content

Commit 0712c7a

Browse files
committed
Fixes # 637 bugfix.datagroup_tests - added type exception for ltm data group
1 parent 31cc5fb commit 0712c7a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

f5/bigip/tm/ltm/data_group.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,6 @@ def update(self, **kwargs):
9494
< LooseVersion('11.6.0'):
9595
if 'externalFileName' in self.__dict__:
9696
del self.__dict__['externalFileName']
97+
if 'type' in self.__dict__:
98+
del self.__dict__['type']
9799
return self._update(**kwargs)

0 commit comments

Comments
 (0)