From d04bda26f14e6082502ae8d1ed949885498121a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfonso=20Subiotto=20Marqu=C3=A9s?= Date: Mon, 27 May 2024 14:38:47 +0200 Subject: [PATCH] dst: update random seed key (#882) --- dst/dst_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dst/dst_test.go b/dst/dst_test.go index c56902eaa..02ae00e82 100644 --- a/dst/dst_test.go +++ b/dst/dst_test.go @@ -39,7 +39,7 @@ import ( ) const ( - randomSeedKey = "POLARSIGNALS_RANDOM_SEED" + randomSeedKey = "GORANDSEED" numCommands = 512 dbName = "test" tableName = "test"