Skip to content

Commit b82d757

Browse files
committedMay 20, 2017
[Server] Fix indent Add GetProjectSettings tests in AccessControl test
1 parent e13e757 commit b82d757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/src/python/test_qgsserver_accesscontrol.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,5 +1518,6 @@ def _test_colors(self, colors):
15181518
str(response).find("<qgs:color>{color}</qgs:color>".format(color=color)) != -1,
15191519
"Wrong color in result\n%s" % response)
15201520

1521+
15211522
if __name__ == "__main__":
15221523
unittest.main()

0 commit comments

Comments
 (0)
Please sign in to comment.