merge dev into features/notifications
This commit is contained in:
@@ -11,7 +11,7 @@ get {
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
id:
|
||||
id: 2398
|
||||
}
|
||||
|
||||
settings {
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
meta {
|
||||
name: Get invalid user
|
||||
type: http
|
||||
seq: 11
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{url}}/api/users/invalid
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user