Skip to content

Commit

Permalink
test back to non grp
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 11, 2018
1 parent 9e6f93c commit 0f31e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsserver_accesscontrol.py
Expand Up @@ -164,7 +164,7 @@ def setUp(self):
if k in os.environ:
del os.environ[k]

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

def tearDown(self):
Expand Down

0 comments on commit 0f31e34

Please sign in to comment.