Skip to content

Commit 8622a34

Browse files
authored
fix(mongodb): fix test snapshot (#3006)
1 parent 7991f04 commit 8622a34

File tree

2 files changed

+396
-11568
lines changed

2 files changed

+396
-11568
lines changed

internal/services/mongodb/instance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func TestAccMongoDBInstance_FromSnapshot(t *testing.T) {
172172
resource "scaleway_mongodb_snapshot" "main_snapshot" {
173173
instance_id = scaleway_mongodb_instance.main.id
174174
name = "test-snapshot"
175-
expires_at = "2024-12-31T23:59:59Z"
175+
expires_at = "2026-03-20T23:59:59Z"
176176
depends_on = [
177177
scaleway_mongodb_instance.main
178178
]

0 commit comments

Comments
 (0)