Skip to content

Commit 2bcb32a

Browse files
committed
Changed canary --> stable in the test for safer-mysql
1 parent c4a8bee commit 2bcb32a

File tree

1 file changed

+1
-1
lines changed
  • test/integration/safer-mysql-simple/controls

1 file changed

+1
-1
lines changed

test/integration/safer-mysql-simple/controls/mysql.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141

4242
it { expect(settings).to include(expected_settings) }
4343
it { expect(location_preference).to include(kind: "sql#locationPreference", zone: "us-central1-c") }
44-
it { expect(maintenance_window).to include(kind: "sql#maintenanceWindow", day: 1, hour: 23, update_track: "canary") }
44+
it { expect(maintenance_window).to include(kind: "sql#maintenanceWindow", day: 1, hour: 23, update_track: "stable") }
4545
end

0 commit comments

Comments
 (0)