Skip to content

Commit

Permalink
[Server] Fix indent Add GetProjectSettings tests in AccessControl test
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed May 20, 2017
1 parent e13e757 commit b82d757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_qgsserver_accesscontrol.py
Expand Up @@ -1518,5 +1518,6 @@ def _test_colors(self, colors):
str(response).find("<qgs:color>{color}</qgs:color>".format(color=color)) != -1,
"Wrong color in result\n%s" % response)


if __name__ == "__main__":
unittest.main()

0 comments on commit b82d757

Please sign in to comment.