We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a8bee commit 2bcb32aCopy full SHA for 2bcb32a
test/integration/safer-mysql-simple/controls/mysql.rb
@@ -41,5 +41,5 @@
41
42
it { expect(settings).to include(expected_settings) }
43
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") }
+ it { expect(maintenance_window).to include(kind: "sql#maintenanceWindow", day: 1, hour: 23, update_track: "stable") }
45
end
0 commit comments