mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
Update digest authentication test cases with new URLs and credentials
This commit is contained in:
@@ -5,14 +5,14 @@ meta {
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://httpbin.org/digest-auth/auth/foo/passwd
|
||||
url: https://www.httpfaker.org/api/auth/digest/auth/admin/password
|
||||
body: none
|
||||
auth: digest
|
||||
}
|
||||
|
||||
auth:digest {
|
||||
username: foo
|
||||
password: passwd
|
||||
username: admin
|
||||
password: password
|
||||
}
|
||||
|
||||
assert {
|
||||
|
||||
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://httpbin.org/digest-auth/auth/foo/passw
|
||||
url: https://www.httpfaker.org/api/auth/digest/auth/admin/badpassword
|
||||
body: none
|
||||
auth: digest
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user