From 1c30d4b096f9676956905f35bd67829ddb407dc8 Mon Sep 17 00:00:00 2001 From: Ishan Arya Date: Wed, 10 Jul 2024 14:16:51 +0530 Subject: [PATCH] test: fix --- test/e2e_test/regression/api_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/e2e_test/regression/api_test.go b/test/e2e_test/regression/api_test.go index 736893c0f..b7b58c26a 100644 --- a/test/e2e_test/regression/api_test.go +++ b/test/e2e_test/regression/api_test.go @@ -335,7 +335,7 @@ func (s *EndToEndAPIRegressionTestSuite) TestUserAPI() { Email: "new-user-a@gotocompany.com", Metadata: &structpb.Struct{ Fields: map[string]*structpb.Value{ - "foo": structpb.NewBoolValue(true), + "test-key-01": structpb.NewBoolValue(true), }, }, }, @@ -349,7 +349,7 @@ func (s *EndToEndAPIRegressionTestSuite) TestUserAPI() { Email: "new-user-a@gotocompany.com", Metadata: &structpb.Struct{ Fields: map[string]*structpb.Value{ - "foo": structpb.NewBoolValue(true), + "test-key-01": structpb.NewBoolValue(true), }, }, }, @@ -365,7 +365,7 @@ func (s *EndToEndAPIRegressionTestSuite) TestUserAPI() { Email: "admin1-group1-org1@gotocompany.com", Metadata: &structpb.Struct{ Fields: map[string]*structpb.Value{ - "foo": structpb.NewBoolValue(true), + "test-key-01": structpb.NewBoolValue(true), }, }, }, @@ -384,7 +384,7 @@ func (s *EndToEndAPIRegressionTestSuite) TestUserAPI() { Email: "", Metadata: &structpb.Struct{ Fields: map[string]*structpb.Value{ - "foo": structpb.NewBoolValue(true), + "test-key-01": structpb.NewBoolValue(true), }, }, }, @@ -399,7 +399,7 @@ func (s *EndToEndAPIRegressionTestSuite) TestUserAPI() { Email: "admin1-group1-org1@gotocompany.com", Metadata: &structpb.Struct{ Fields: map[string]*structpb.Value{ - "foo": structpb.NewBoolValue(true), + "test-key-01": structpb.NewBoolValue(true), }, }, },