From 27b02da66210a9bd948973639bfe0b150ad62f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Anh=20D=C5=A9ng?= Date: Mon, 1 Dec 2025 14:06:00 +0700 Subject: [PATCH] test --- test/api_jwk_test.go | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/test/api_jwk_test.go b/test/api_jwk_test.go index 9bbee07..f57c2b2 100644 --- a/test/api_jwk_test.go +++ b/test/api_jwk_test.go @@ -1,7 +1,7 @@ /* Ory Hydra API -Testing JwkAPIService +Testing JwkAPIService -- node more */ @@ -11,10 +11,11 @@ package client import ( "context" - "github.com/stretchr/testify/assert" - "github.com/stretchr/testify/require" "testing" + openapiclient "github.com/ory/hydra-client-go/v25" + "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" ) func Test_client_JwkAPIService(t *testing.T) { @@ -24,7 +25,7 @@ func Test_client_JwkAPIService(t *testing.T) { t.Run("Test JwkAPIService CreateJsonWebKeySet", func(t *testing.T) { - t.Skip("skip test") // remove to run test + t.Skip("skip test") // remove to run test var set string @@ -38,7 +39,7 @@ func Test_client_JwkAPIService(t *testing.T) { t.Run("Test JwkAPIService DeleteJsonWebKey", func(t *testing.T) { - t.Skip("skip test") // remove to run test + t.Skip("skip test") // remove to run test var set string var kid string @@ -52,7 +53,7 @@ func Test_client_JwkAPIService(t *testing.T) { t.Run("Test JwkAPIService DeleteJsonWebKeySet", func(t *testing.T) { - t.Skip("skip test") // remove to run test + t.Skip("skip test") // remove to run test var set string @@ -65,7 +66,7 @@ func Test_client_JwkAPIService(t *testing.T) { t.Run("Test JwkAPIService GetJsonWebKey", func(t *testing.T) { - t.Skip("skip test") // remove to run test + t.Skip("skip test") // remove to run test var set string var kid string @@ -80,7 +81,7 @@ func Test_client_JwkAPIService(t *testing.T) { t.Run("Test JwkAPIService GetJsonWebKeySet", func(t *testing.T) { - t.Skip("skip test") // remove to run test + t.Skip("skip test") // remove to run test var set string @@ -94,7 +95,7 @@ func Test_client_JwkAPIService(t *testing.T) { t.Run("Test JwkAPIService SetJsonWebKey", func(t *testing.T) { - t.Skip("skip test") // remove to run test + t.Skip("skip test") // remove to run test var set string var kid string @@ -109,7 +110,7 @@ func Test_client_JwkAPIService(t *testing.T) { t.Run("Test JwkAPIService SetJsonWebKeySet", func(t *testing.T) { - t.Skip("skip test") // remove to run test + t.Skip("skip test") // remove to run test var set string