Skip to content

Commit

Permalink
Fix test value
Browse files Browse the repository at this point in the history
  • Loading branch information
linasm committed Mar 3, 2021
1 parent 31567c1 commit 954eb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/m3admin/namespace/namespace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func TestRequestFromSpec(t *testing.T) {
Type: "testOpts",
Options: &pbtypes.Struct{Fields: map[string]*pbtypes.Value{
"key1": {Kind: &pbtypes.Value_StringValue{StringValue: "str"}},
"key2": {Kind: &pbtypes.Value_NumberValue{NumberValue: 555}},
"key2": {Kind: &pbtypes.Value_NumberValue{NumberValue: 123}},
"key3": {Kind: &pbtypes.Value_StructValue{StructValue: &pbtypes.Struct{
Fields: map[string]*pbtypes.Value{
"subKey1": {Kind: &pbtypes.Value_StringValue{StringValue: "foo"}},
Expand Down

0 comments on commit 954eb0f

Please sign in to comment.