Skip to content

Commit

Permalink
Remove test on SampleService
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Sep 29, 2023
1 parent 6cb2be7 commit b446312
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/src/python/test_qgsserver_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,6 @@ def setUp(self):
pass
self.server = QgsServer()

def test_modules(self):
""" Tests that modules are loaded """

# Check that our 'SampleService is registered
iface = self.server.serverInterface()
service = iface.serviceRegistry().getService('SampleService')

self.assertIsNotNone(service)


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

0 comments on commit b446312

Please sign in to comment.