From dcc459d55890961a8aa3cadb696c023a991eea05 Mon Sep 17 00:00:00 2001 From: Sasha Sobran Date: Thu, 13 May 2021 11:04:42 -0400 Subject: [PATCH] fix: enable aiplatform unit tests --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 916996a6fc..cd85c2b17e 100644 --- a/noxfile.py +++ b/noxfile.py @@ -101,7 +101,7 @@ def default(session): "--cov-config=.coveragerc", "--cov-report=", "--cov-fail-under=0", - os.path.join("tests", "unit", "gapic"), + os.path.join("tests", "unit"), *session.posargs, )