Skip to content

Commit

Permalink
add test parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
ccapurso committed Apr 12, 2023
1 parent 3e1167b commit cc23ded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions http/sys_config_state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ func TestSysConfigState_Sanitized(t *testing.T) {
tc := tc

t.Run(tc.name, func(t *testing.T) {
t.Parallel()

var resp *http.Response
confRaw := &server.Config{
Storage: tc.storageConfig,
Expand Down

0 comments on commit cc23ded

Please sign in to comment.