aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/helper_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/helper_test.py')
-rw-r--r--infra/helper_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/helper_test.py b/infra/helper_test.py
index bb365037..951eba47 100644
--- a/infra/helper_test.py
+++ b/infra/helper_test.py
@@ -165,7 +165,7 @@ class ProjectTest(fake_filesystem_unittest.TestCase):
def setUp(self):
self.project_name = 'project'
self.internal_project = helper.Project(self.project_name)
- self.external_project_path = os.path.join('path', 'to', self.project_name)
+ self.external_project_path = os.path.join('/path', 'to', self.project_name)
self.external_project = helper.Project(self.external_project_path,
is_external=True)
self.setUpPyfakefs()