Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed Jun 27, 2024
1 parent 9ac9fe5 commit c8867b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions internal/oonirun/v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ func TestOONIRunV2LinkWithAuthentication(t *testing.T) {
Author: "",
Nettests: []V2Nettest{{
Inputs: []string{},
Options: map[string]any{
"SleepTime": int64(10 * time.Millisecond),
},
Options: json.RawMessage(`{
"SleepTime": 10000000
}`),
TestName: "example",
}},
}
Expand Down Expand Up @@ -341,9 +341,9 @@ func TestOONIRunV2LinkWithAuthentication(t *testing.T) {
Author: "",
Nettests: []V2Nettest{{
Inputs: []string{},
Options: map[string]any{
"SleepTime": int64(10 * time.Millisecond),
},
Options: json.RawMessage(`{
"SleepTime": 10000000
}`),
TestName: "example",
}},
}
Expand Down

0 comments on commit c8867b1

Please sign in to comment.