Skip to content

Commit

Permalink
Address code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-safran committed Jul 31, 2024
1 parent 47b7d8f commit 9824b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dualstack_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def setUpClass(cls):
cls.server_image = xds_k8s_flags.SERVER_IMAGE_CANONICAL.value

def setUp(self):
assert self.enable_dualstack == True
assert self.enable_dualstack
super().setUp()
runner_args = dict(
image_name=self.server_image,
Expand Down

0 comments on commit 9824b48

Please sign in to comment.