We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c258dc commit ff2f1b8Copy full SHA for ff2f1b8
CHANGELOG.md
@@ -51,7 +51,7 @@
51
* renamed `ident` field in the config hash to `id`
52
* config is now accessed in `Requests` from the client object as a `config` property instead of `@config` ivar
53
* config fields are exposed as a `user` wrapper object, e.g. `user.did` delegates to `@config['did']`
54
-
+
55
## [0.1.0] - 2023-09-01
56
57
- extracted most code to a `Requests` module that can be included into a different client class with custom config handling
spec/shared/ex_requests.rb
@@ -74,7 +74,7 @@
74
describe '#perform_token_refresh' do
75
let(:response_json) {{
76
"accessJwt" => "aaaa1234",
77
- "refreshJwt" => "rrrr1234"
+ "refreshJwt" => "rrrr1234"
78
}}
79
80
before do
0 commit comments