We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1675795 + ba08a78 commit 303656cCopy full SHA for 303656c
docs/src/test/java/com/example/restassured/HttpHeaders.java
@@ -43,7 +43,7 @@ public void headers() throws Exception {
43
"Remaining requests permitted in current period"),
44
headerWithName("X-RateLimit-Reset").description(
45
"Time at which the rate limit period will reset"))))
46
- .header("Authroization", "Basic dXNlcjpzZWNyZXQ=") // <4>
+ .header("Authorization", "Basic dXNlcjpzZWNyZXQ=") // <4>
47
.when().get("/people")
48
.then().assertThat().statusCode(is(200));
49
// end::headers[]
0 commit comments