Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
wrighbr committed Dec 13, 2021
1 parent 42db7ea commit da18ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resource_replication_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func testAccCheckReplicationUpdate() string {
}

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

0 comments on commit da18ba6

Please sign in to comment.