We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6189194 commit 64fa36fCopy full SHA for 64fa36f
pkg/sanity/README.md
@@ -17,7 +17,7 @@ func TestMyDriver(t *testing.T) {
17
... setup driver ...
18
19
// Now call the test suite
20
- sanity.Test(t, driverEndpointAddress)
+ sanity.Test(t, driverEndpointAddress, "/mnt")
21
}
22
```
23
0 commit comments