This commit is contained in:
Matthias 2021-10-04 12:07:35 +02:00
parent 63e7a9caee
commit d6145fc803
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -16,6 +16,6 @@ class SampleIntegrationPluginTests(TestCase):
def test_view(self):
"""check the function of the custom sample plugin """
response = self.client.get('/plugin/SampleIntegrationPlugin/ho/he/')
response = self.client.get('/plugin/sample/ho/he/')
self.assertEqual(response.status_code, 200)
self.assertEqual(response.content, b'Hi there testuser this works')