summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/users/get_user.bru
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bruno/users/get_user.bru')
-rw-r--r--contrib/bruno/users/get_user.bru6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/bruno/users/get_user.bru b/contrib/bruno/users/get_user.bru
index abc0d88..e62ca6a 100644
--- a/contrib/bruno/users/get_user.bru
+++ b/contrib/bruno/users/get_user.bru
@@ -5,7 +5,11 @@ meta {
}
get {
- url: {{HUT_HOSTNAME}}:{{HUT_PORT}}/users/sellershut
+ url: {{HUT_HOSTNAME}}/users/sellershut
body: none
auth: inherit
}
+
+assert {
+ res.status: eq 200
+}