Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanarya0 committed Jul 10, 2024
1 parent 4d9f17e commit 1c30d4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/e2e_test/regression/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ func (s *EndToEndAPIRegressionTestSuite) TestUserAPI() {
Email: "[email protected]",
Metadata: &structpb.Struct{
Fields: map[string]*structpb.Value{
"foo": structpb.NewBoolValue(true),
"test-key-01": structpb.NewBoolValue(true),
},
},
},
Expand All @@ -349,7 +349,7 @@ func (s *EndToEndAPIRegressionTestSuite) TestUserAPI() {
Email: "[email protected]",
Metadata: &structpb.Struct{
Fields: map[string]*structpb.Value{
"foo": structpb.NewBoolValue(true),
"test-key-01": structpb.NewBoolValue(true),
},
},
},
Expand All @@ -365,7 +365,7 @@ func (s *EndToEndAPIRegressionTestSuite) TestUserAPI() {
Email: "[email protected]",
Metadata: &structpb.Struct{
Fields: map[string]*structpb.Value{
"foo": structpb.NewBoolValue(true),
"test-key-01": structpb.NewBoolValue(true),
},
},
},
Expand All @@ -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),
},
},
},
Expand All @@ -399,7 +399,7 @@ func (s *EndToEndAPIRegressionTestSuite) TestUserAPI() {
Email: "[email protected]",
Metadata: &structpb.Struct{
Fields: map[string]*structpb.Value{
"foo": structpb.NewBoolValue(true),
"test-key-01": structpb.NewBoolValue(true),
},
},
},
Expand Down

0 comments on commit 1c30d4b

Please sign in to comment.