Skip to content

Commit

Permalink
Remove unused field.
Browse files Browse the repository at this point in the history
  • Loading branch information
HiramSilvey committed Feb 26, 2025
1 parent e78087e commit 1c77bf8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/faults/faults_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ type injectTestCase struct {

wantDelayMs int
wantResponse *response
wantErr bool
}

type headers injectTestCase
Expand Down Expand Up @@ -184,15 +183,13 @@ func TestInject(t *testing.T) {
faultHeader: "foo",

wantDelayMs: 0,
wantErr: true,
},
{
name: "error while sleeping short circuits",
sleepErr: true,
faultHeader: "a=testService.testNamespace;m=testMethod;d=1;f=1;b=test fault",

wantDelayMs: 0,
wantErr: true,
},
}

Expand Down

0 comments on commit 1c77bf8

Please sign in to comment.