Skip to content

Commit 2b5b0fc

Browse files
committed
fix(mongodb): fix test snapshot
1 parent a9d2a7f commit 2b5b0fc

File tree

2 files changed

+781
-9846
lines changed

2 files changed

+781
-9846
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 = "2025-12-31T23:59:59Z"
176176
depends_on = [
177177
scaleway_mongodb_instance.main
178178
]

0 commit comments

Comments
 (0)