Skip to content

Commit

Permalink
fix(google_smoke_test): Include operation context name in L4 upsert. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 committed May 10, 2017
1 parent 07dd9bd commit da45271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/citest/tests/google_smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def upsert_load_balancer(self):
'ipProtocol': 'TCP',
'portRange': spec['port'],
'loadBalancerName': self.__lb_name,
'name': self.__lb_name,
'healthCheck': {
'port': spec['port'],
'timeoutSec': spec['timeoutSec'],
Expand Down

0 comments on commit da45271

Please sign in to comment.