Skip to content

Commit

Permalink
fix test case issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Jan 19, 2018
1 parent fb300c8 commit 2a1afc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/cmd_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ aliyun log get_cursor --project_name="dlq-test-cli-${RANDOM_NUMBER}" --logstore_
> {"cursor": "MTU

aliyun log get_cursor_time --project_name="dlq-test-cli-${RANDOM_NUMBER}" --logstore_name="logstore1" --shard_id=0 --cursor="MTUxMDMwODcyMDA5NjE0Mzg1MQ=="
> {"cursor_time":
# > "errorCode": "InvalidCursor", "errorMessage": ""
> "errorCode": "InvalidCursor", "errorMessage": ""


aliyun log get_previous_cursor_time --project_name="dlq-test-cli-${RANDOM_NUMBER}" --logstore_name="logstore1" --shard_id=0 --cursor="MTUxMDMwODcyMDA5NjE0Mzg1MQ=="
Expand Down

0 comments on commit 2a1afc2

Please sign in to comment.