Skip to content

Commit 80092b7

Browse files
committed
f
1 parent 03a1990 commit 80092b7

File tree

3 files changed

+4457
-1106
lines changed

3 files changed

+4457
-1106
lines changed

tests/src/python/test_qgsserver_accesscontrol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def setUp(self):
201201
if k in os.environ:
202202
del os.environ[k]
203203

204-
self.projectPath = os.path.join(self.testdata_path, "project.qgs")
204+
self.projectPath = os.path.join(self.testdata_path, "project_grp.qgs")
205205
self.assertTrue(os.path.isfile(self.projectPath), 'Could not find project file "{}"'.format(self.projectPath))
206206

207207
def tearDown(self):

0 commit comments

Comments
 (0)