Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Jul 4, 2023
1 parent a856a77 commit 3555b9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/revad/pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ nats_token = "secret-token-example"`
MaxCPUs: "1",
TracingEnabled: true,
TracingEndpoint: "localhost:6831",
ConfigDumpFile: "/tmp/reva-dump.toml",
}, c2.Core)

assert.Equal(t, Vars{
Expand Down Expand Up @@ -500,6 +501,7 @@ func TestDump(t *testing.T) {
"tracing_collector": "",
"tracing_service_name": "",
"tracing_service": "",
"config_dump_file": "",
},
"vars": map[string]any{
"db_username": "root",
Expand Down

0 comments on commit 3555b9f

Please sign in to comment.