Skip to content

Commit 9d57709

Browse files
author
Tang Chen
committed
Trivial: Fix a typo in test_network.py
Change-Id: I5fe4865473ea885b54d02b5d174a632221f815c8
1 parent dda45e3 commit 9d57709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/tests/network/v2/test_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def test_set_nothing(self):
503503

504504
class TestShowNetwork(TestNetwork):
505505

506-
# The network to set.
506+
# The network to show.
507507
_network = network_fakes.FakeNetwork.create_one_network()
508508

509509
columns = (

0 commit comments

Comments
 (0)