Skip to content

Commit 713e5c5

Browse files
committed
Fix lint error
1 parent 30d69c2 commit 713e5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

st2common/tests/unit/test_keyvalue_lookup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def test_system_kvp_lookup_unauthorized(self):
213213
+ "64338294916D37E83C4796283C584751750E39844E2FD97A3727DB5D553F638"
214214
)
215215

216-
k1 = KeyValuePair.add_or_update(
216+
KeyValuePair.add_or_update(
217217
KeyValuePairDB(name="k1", value=secret_value, secret=True)
218218
)
219219

0 commit comments

Comments
 (0)