Skip to content

Commit 2d269ef

Browse files
josephholstencodycushing
authored andcommitted
console_history: fix length in acc-test
1 parent 2f9024d commit 2d269ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_source_obmcs_core_console_history_data_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func (s *CoreConsoleHistoryDataDatasourceTestSuite) SetupTest() {
3838
}
3939
data "baremetal_core_console_history_data" "s" {
4040
console_history_id = "${baremetal_core_console_history.t.id}"
41-
length = 1
41+
length = 10240
4242
}
4343
`
4444
s.Config += testProviderConfig()

0 commit comments

Comments
 (0)