diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-12-27 00:19:23 -0500 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2020-01-16 17:07:41 +0000 |
commit | 6e20e03565a225d44bd92179ed5874aec347471a (patch) | |
tree | 46d664b5737c12b216c251deef0d70594aabc91f /test | |
parent | 67a7749cac97e7a5fe24984d1770889a3203db95 (diff) |
tests: fix typo in test doc string
Type: test
Change-Id: I97e02ebc5989eee794511c1ed6049e300be7d64e
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/template_ipsec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/template_ipsec.py b/test/template_ipsec.py index d5e7984d043..2eeb63c16d1 100644 --- a/test/template_ipsec.py +++ b/test/template_ipsec.py @@ -597,7 +597,7 @@ class IpsecTra4(object): class IpsecTra4Tests(IpsecTra4): """ UT test methods for Transport v4 """ def test_tra_anti_replay(self): - """ ipsec v4 transport anti-reply test """ + """ ipsec v4 transport anti-replay test """ self.verify_tra_anti_replay() def test_tra_basic(self, count=1): |