Skip to content

Commit

Permalink
Fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bstrausser committed Apr 3, 2024
1 parent cfeb5c9 commit fead61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/k6.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ scriptUrl:="https://raw.githubusercontent.com/testcontainers/testcontainers-go/m
uri, _ := url.Parse(scriptUrl)
desc := k6.DownloadableFile{Uri: *uri , DownloadDir: t.TempDir()}
options = k6.WithRemoteTestScript(desc)
options := k6.WithRemoteTestScript(desc)
k6.RunContainer(ctx, k6.WithCache(), options)
```
Expand Down

0 comments on commit fead61a

Please sign in to comment.