Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Small fixes.
  • Loading branch information
slz250 committed Jun 20, 2020
commit 1dbf1f6637479f07f22d3a31a6504a4ccd8c42b1
1 change: 0 additions & 1 deletion monitoring/api/v3/uptime-check-client/snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def __init__(self):
self.project_name = snippets.project_name()

def __enter__(self):
print('test');
# Create an uptime check config (GET request).
self.config_get = snippets.create_uptime_check_config_get(
self.project_name, display_name=random_name(10))
Expand Down