Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Jul 30, 2018
1 parent 68cfe8d commit 6bda3e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/cmd_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ aliyun log get_project --project_name="dlq-test-cli-${RANDOM_NUMBER}"
> "status": "Normal"

aliyun log get_logstore --project_name="dlq-test-cli-${RANDOM_NUMBER}" --logstore_name="logstore2"
> "logstoreName": "logstore2", "shardCount": 2
> "logstoreName": "logstore2"
> "shardCount": 2
> "autoSplit": false

aliyun log get_logtail_config --project_name="dlq-test-cli-${RANDOM_NUMBER}" --config_name="config_name1"
> "configName": "config_name1"
Expand Down

0 comments on commit 6bda3e0

Please sign in to comment.