summaryrefslogtreecommitdiff
path: root/opendc/api/v2/users/test_endpoint.py
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/api/v2/users/test_endpoint.py')
-rw-r--r--opendc/api/v2/users/test_endpoint.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/opendc/api/v2/users/test_endpoint.py b/opendc/api/v2/users/test_endpoint.py
new file mode 100644
index 00000000..ffe2ce02
--- /dev/null
+++ b/opendc/api/v2/users/test_endpoint.py
@@ -0,0 +1,2 @@
+def test_get_user_missing_parameter(client):
+ print(client.get('/api/v2/users'))