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 2f9024d commit 2d269efCopy full SHA for 2d269ef
data_source_obmcs_core_console_history_data_test.go
@@ -38,7 +38,7 @@ func (s *CoreConsoleHistoryDataDatasourceTestSuite) SetupTest() {
38
}
39
data "baremetal_core_console_history_data" "s" {
40
console_history_id = "${baremetal_core_console_history.t.id}"
41
- length = 1
+ length = 10240
42
43
`
44
s.Config += testProviderConfig()
0 commit comments