Updagre tests

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-03-25 14:31:54 +01:00
parent 138077fa75
commit 12440232da
36 changed files with 449 additions and 20 deletions
@@ -14,6 +14,10 @@ vars:pre-request {
notificationId: 3
}
assert {
res.status: eq 200
}
settings {
encodeUrl: true
timeout: 0
@@ -10,6 +10,10 @@ get {
auth: inherit
}
assert {
res.status: eq 200
}
settings {
encodeUrl: true
timeout: 0
+6 -1
View File
@@ -1,7 +1,7 @@
meta {
name: Read notifications
type: http
seq: 3
seq: 4
}
post {
@@ -10,6 +10,11 @@ post {
auth: inherit
}
assert {
res.status: eq 200
}
settings {
encodeUrl: true
timeout: 0
}