Skip to content

Commit 2c114c7

Browse files
committed
chore: Fix tests that have not been rexecutued for a while
1 parent 1d8f583 commit 2c114c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/acc-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
'TestAccDockerRegistryImage',
171171
'TestAccDockerRegistryMultiarchImageDataSource',
172172
'TestAccDockerService',
173+
'TestAccDockerProvider',
173174
}
174175
terraform_versions = ['1.8.x']
175176

internal/provider/data_source_docker_logs_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ func TestAccDockerLogsDataSource_basic(t *testing.T) {
1111
ProviderFactories: providerFactories,
1212
Steps: []resource.TestStep{
1313
{
14-
Config: loadTestConfiguration(t, DATA_SOURCE, "docker_logs", "testAccDockerLogsDataSourceBasic"),
15-
ExpectNonEmptyPlan: true,
14+
Config: loadTestConfiguration(t, DATA_SOURCE, "docker_logs", "testAccDockerLogsDataSourceBasic"),
1615
Check: resource.ComposeTestCheckFunc(
1716
resource.TestCheckResourceAttr("data.docker_logs.logs_discard_headers_false", "logs_list_string.0", "\u0001\u0000\u0000\u0000\u0000\u0000\u0000\fHello World"),
1817
resource.TestCheckResourceAttr("data.docker_logs.logs_discard_headers_false", "logs_list_string.1", "\u0001\u0000\u0000\u0000\u0000\u0000\u0000\fHello World"),

0 commit comments

Comments
 (0)