Skip to content

Commit f9a6398

Browse files
committed
lint changes
1 parent ae1825e commit f9a6398

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cli/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,7 @@ def test_search_time(ctx):
19681968

19691969
# Search param non-ISO time test, should not throw "Unable to parse datetime" error.
19701970
MONTH_FIRST_CHAR_IDX = 5
1971-
nonIsoTime = time1[:MONTH_FIRST_CHAR_IDX] + time1[MONTH_FIRST_CHAR_IDX+1:]
1971+
nonIsoTime = time1[:MONTH_FIRST_CHAR_IDX] + time1[MONTH_FIRST_CHAR_IDX + 1 :]
19721972
check_equals('', _run_command([cl, 'search', 'name=' + name, '.before=' + nonIsoTime, '-u']))
19731973

19741974
# Before

0 commit comments

Comments
 (0)