aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/fetch/cli_fetch/test_cli_fetch_host_pnics.py
diff options
context:
space:
mode:
authoryayogev <yaronyogev@gmail.com>2017-08-21 10:06:31 +0300
committeryayogev <yaronyogev@gmail.com>2017-08-21 10:06:31 +0300
commit5123fe510da52369a73dfbfc64f2f25d05ff90af (patch)
treedb31874dc11da0dc9accf3a99876b5050b2dd796 /app/test/fetch/cli_fetch/test_cli_fetch_host_pnics.py
parentf1a8bef9f98a4601de16ee96ac1e68b212d104d8 (diff)
fix CLI unit tests
Change-Id: Ie54f56adf2cd4cc42cf89c2b30004c1cf15eb2d6 Signed-off-by: yayogev <yaronyogev@gmail.com>
Diffstat (limited to 'app/test/fetch/cli_fetch/test_cli_fetch_host_pnics.py')
-rw-r--r--app/test/fetch/cli_fetch/test_cli_fetch_host_pnics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/test/fetch/cli_fetch/test_cli_fetch_host_pnics.py b/app/test/fetch/cli_fetch/test_cli_fetch_host_pnics.py
index f5f327e..26885f3 100644
--- a/app/test/fetch/cli_fetch/test_cli_fetch_host_pnics.py
+++ b/app/test/fetch/cli_fetch/test_cli_fetch_host_pnics.py
@@ -118,7 +118,7 @@ class TestCliFetchHostPnics(TestFetch):
def test_handle_ipv6_address_line(self):
self.fetcher.handle_line(RAW_INTERFACE, IPV6_ADDRESS_LINE)
self.assertEqual(RAW_INTERFACE['IPv6 Address'], IPV6_ADDRESS,
- "Can' get the correct ipv6 address")
+ "Can't get the correct ipv6 address")
def test_handle_ipv4_address_line(self):
self.fetcher.handle_line(RAW_INTERFACE, IPV4_ADDRESS_LINE)