Skip to content

Commit

Permalink
try to fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: flbla <[email protected]>
  • Loading branch information
flbla committed Sep 29, 2023
1 parent 43d276b commit 0e05c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/resource_replication_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func testAccCheckReplicationUpdate() string {
}

func TestDestinationNamespace(t *testing.T) {
var scheduleType = "* 0/15 * * * *"
var scheduleType = "0 0/15 * * * *"
var destNamepace = "gcp-project"
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Expand All @@ -125,7 +125,7 @@ func TestDestinationNamespace(t *testing.T) {
}

func TestDestinationNamespaceReplaceCount(t *testing.T) {
var scheduleType = "* 0/15 * * * *"
var scheduleType = "0 0/15 * * * *"
var destNamespaceReplaceCount = 0

resource.Test(t, resource.TestCase{
Expand Down

0 comments on commit 0e05c6d

Please sign in to comment.