From 8ba1acb7b9b26192cd1a7f0c85dd8481cd55a0ef Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Wed, 6 May 2020 23:38:23 +0000 Subject: [PATCH] correct project names --- monitoring/api/v3/alerts-client/noxfile.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/monitoring/api/v3/alerts-client/noxfile.py b/monitoring/api/v3/alerts-client/noxfile.py index 8a65217492c87..793b78b47eded 100644 --- a/monitoring/api/v3/alerts-client/noxfile.py +++ b/monitoring/api/v3/alerts-client/noxfile.py @@ -25,10 +25,10 @@ # Currently I use my personal project for prototyping. PROJECT_TABLE = { - 'python2.7': 'python-docs-samples-test', - 'python3.6': 'python-docs-samples-test', - 'python3.7': 'python-docs-samples-test', - 'python3.8': 'tmatsuo-test', + 'python2.7': 'python-docs-samples-tests', + 'python3.6': 'python-docs-samples-tests', + 'python3.7': 'tmatsuo-test', + 'python3.8': 'python-docs-samples-tests', }