From 8a0f124533ec6631204aa3bb6279835d3e7ab9f2 Mon Sep 17 00:00:00 2001 From: Saranya-jena Date: Mon, 26 Feb 2024 12:22:43 +0530 Subject: [PATCH] fixed imports Signed-off-by: Saranya-jena --- .../graphql/server/pkg/authorization/tests/fuzz_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chaoscenter/graphql/server/pkg/authorization/tests/fuzz_test.go b/chaoscenter/graphql/server/pkg/authorization/tests/fuzz_test.go index 1a51b8c1aaf..4b259378ff8 100644 --- a/chaoscenter/graphql/server/pkg/authorization/tests/fuzz_test.go +++ b/chaoscenter/graphql/server/pkg/authorization/tests/fuzz_test.go @@ -2,12 +2,13 @@ package tests import ( "fmt" + "testing" + "time" + fuzz "github.com/AdaLogics/go-fuzz-headers" "github.com/golang-jwt/jwt" "github.com/litmuschaos/litmus/chaoscenter/graphql/server/pkg/authorization" "github.com/litmuschaos/litmus/chaoscenter/graphql/server/utils" - "testing" - "time" ) // generateExpiredFakeJWTToken generates a fake JWT token with expiration time set to the past