diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-29 16:33:49 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-29 16:33:49 -0600 |
| commit | 7fe231a39484858a9f2268f76c675cb41e8629bd (patch) | |
| tree | 8710e59121e34b9aeb186f6a204df3036a62f1da /bin/test | |
| parent | 14104f967a2c60d382bb3c8a0c74e99a163b6f69 (diff) | |
chore: move server to a separate file
Diffstat (limited to 'bin/test')
| -rwxr-xr-x | bin/test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,6 +40,7 @@ class ServerTest < Minitest::Test def test_metadata response = client.get(base_url + "/.well-known/oauth-authorization-server") assert_equal "200", response.code + assert_equal "application/json", response["Content-Type"] end # /token - Token endpoint https://datatracker.ietf.org/doc/html/rfc8693#section-2.3 @@ -54,4 +55,3 @@ class ServerTest < Minitest::Test def test_revoke end end - |
