Fix typo in tempest coding guide
"funcionality" was mis-spelled as "functionality " in tempest/HACKING.html Closes-Bug #1488729 Change-Id: I3c981852e8b9fe776cf4c111e98c9c0e5586dc3f
This commit is contained in:
@@ -319,7 +319,7 @@ Test Identification with Idempotent ID
|
||||
|
||||
Every function that provides a test must have an ``idempotent_id`` decorator
|
||||
that is a unique ``uuid-4`` instance. This ID is used to complement the fully
|
||||
qualified test name and track test funcionality through refactoring. The
|
||||
qualified test name and track test functionality through refactoring. The
|
||||
format of the metadata looks like::
|
||||
|
||||
@test.idempotent_id('585e934c-448e-43c4-acbf-d06a9b899997')
|
||||
|
||||
Reference in New Issue
Block a user