Skip to content

Commit

Permalink
fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
mayunlei authored and yunlei.mayl committed Nov 21, 2017
1 parent eef259c commit 46ca07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def sample_crud_consumer_group(client, project, logstore, consumer_group):
ret.log_print()

def sample_get_project_log(client,project,logstore):
req = GetProjectLogsRequest(project,"select count(method_b) from %s where __date__ >'2017-11-10 00:00:00' and __date__ < '2017-11-13 00:00:00'" %(logstore));
req = GetProjectLogsRequest(project,"select count(1) from %s where __date__ >'2017-11-10 00:00:00' and __date__ < '2017-11-13 00:00:00'" %(logstore));
res = client.get_project_logs(req)
res.log_print();

Expand Down

0 comments on commit 46ca07a

Please sign in to comment.