Skip to content

Commit

Permalink
[chore] getting error for this in integ tests..
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjj committed Sep 26, 2024
1 parent 27f9d78 commit 21dbc37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/general/default_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func TestDefaultGatewayConfig(t *testing.T) {
},
"processors": map[string]any{
"batch": map[string]any{
"metadata_keys": []string{"X-SF-Token"},
"metadata_keys": []interface{"X-SF-Token"},

Check failure on line 111 in tests/general/default_config_test.go

View workflow job for this annotation

GitHub Actions / generate-metrics

expected '}', found "X-SF-Token"

Check failure on line 111 in tests/general/default_config_test.go

View workflow job for this annotation

GitHub Actions / gofmt

expected '}', found "X-SF-Token"
},
"memory_limiter": map[string]any{
"check_interval": "2s",
Expand Down Expand Up @@ -304,7 +304,7 @@ func TestDefaultAgentConfig(t *testing.T) {
},
"processors": map[string]any{
"batch": map[string]any{
"metadata_keys": []string{"X-SF-Token"},
"metadata_keys": []interface{"X-SF-Token"},
},
"memory_limiter": map[string]any{
"check_interval": "2s",
Expand Down

0 comments on commit 21dbc37

Please sign in to comment.