diff --git a/apprise_api/api/tests/test_add.py b/apprise_api/api/tests/test_add.py index 33c2533..3dffe68 100644 --- a/apprise_api/api/tests/test_add.py +++ b/apprise_api/api/tests/test_add.py @@ -87,7 +87,7 @@ class AddTests(SimpleTestCase): # URL is actually not a valid one (invalid Slack tokens specified # below) response = self.client.post( - '/add/{}'.format(key), {'urls': 'slack://TokenA/TokenB/TokenC'}) + '/add/{}'.format(key), {'urls': 'slack://-/-/-'}) assert response.status_code == 400 # Test with JSON