# Test response referencing feature
# The second test uses the token from the first test's response
[]
= "POST"
= "auth/token"
= { = "test_client" }
= 200
= { = "Bearer" }
[]
= "GET"
= "api/protected"
= { = "test_get_token", = "access_token" }
= 200
= { = "authorized" }