We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b223f commit 2dc5cebCopy full SHA for 2dc5ceb
1 file changed
support/docker/docker.go
@@ -15,7 +15,7 @@ const (
15
TestModelNormal
16
17
// Switch this value to control the test model.
18
- TestModel = TestModelMinimum
+ TestModel = TestModelNormal
19
)
20
21
type ContainerType string
0 commit comments