Skip to content

Commit

Permalink
Fix typo in fake data
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-42 committed Dec 7, 2016
1 parent 0cbdb2b commit 417cafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceagle/api_fake_data/fake_status.py
Expand Up @@ -95,7 +95,7 @@ def generate_service_data(period, service):
"api_calls_count": random.randint(200, 500),
"fci_data": fci_data,
"response_time_data": time_data,
"repsonse_size_data": size_data,
"response_size_data": size_data,
"api_calls_count_data": count_data
}

Expand Down

0 comments on commit 417cafe

Please sign in to comment.