From 54c74bbdbb507bf9717af81a4e8db2d5e609200d Mon Sep 17 00:00:00 2001 From: Blake Niemyjski Date: Sat, 2 Nov 2024 10:44:08 -0500 Subject: [PATCH] fixed http sample --- tests/http/auth.http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/http/auth.http b/tests/http/auth.http index ce429e7fa..2c623ab10 100644 --- a/tests/http/auth.http +++ b/tests/http/auth.http @@ -38,5 +38,5 @@ Content-Type: application/json { "code": "code", "clientId": "clientId", - "redirectUri": "http://localhost", + "redirectUri": "http://localhost" }