From f644782f8b3ef26e6a0a29614f24e0419072bf3a Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Sun, 3 Sep 2017 18:27:50 -0700 Subject: [PATCH] [Trivialfix]Fix typos in tricircle Fix typos in tricircle. Change-Id: I5727569794ead1db5b7c558b4dedcad6019eda72 --- tricircle/tests/unit/network/test_central_plugin.py | 4 ++-- tricircle/tests/unit/network/test_central_trunk_plugin.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tricircle/tests/unit/network/test_central_plugin.py b/tricircle/tests/unit/network/test_central_plugin.py index 874b97fa..1a1dce38 100644 --- a/tricircle/tests/unit/network/test_central_plugin.py +++ b/tricircle/tests/unit/network/test_central_plugin.py @@ -327,8 +327,8 @@ class FakeClient(test_utils.FakeClient): key = query_filter['key'] # when querying ports, "fields" is passed in the query string to # ask the server to only return necessary fields, which can reduce - # the data being transfered. in test, we just return all the fields - # since there's no need to optimize + # the data being transferred. In test, we just return all the + # fields since there's no need to optimize if key != 'fields': value = query_filter['value'] filter_dict[key] = value diff --git a/tricircle/tests/unit/network/test_central_trunk_plugin.py b/tricircle/tests/unit/network/test_central_trunk_plugin.py index cd0135d5..f6224d8c 100644 --- a/tricircle/tests/unit/network/test_central_trunk_plugin.py +++ b/tricircle/tests/unit/network/test_central_trunk_plugin.py @@ -138,8 +138,8 @@ class FakeClient(test_utils.FakeClient): key = query_filter['key'] # when querying trunks, "fields" is passed in the query string to # ask the server to only return necessary fields, which can reduce - # the data being transfered. in test, we just return all the fields - # since there's no need to optimize + # the data being transferred. In test, we just return all the + # fields since there's no need to optimize if key != 'fields': value = query_filter['value'] filter_dict[key] = value