Skip to content

Commit 78b7f5f

Browse files
updating tests
1 parent 9646bd0 commit 78b7f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bcda/lambda/admin_aco_deny/db_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func TestDenyACOs_Integration(t *testing.T) {
5959
ctx := context.Background()
6060
env := conf.GetEnv("ENV")
6161

62-
cleanupParam1 := testUtils.SetParameter(t, fmt.Sprintf("/bcda/%s/api/DATABASE_URL", env), os.Getenv("DATABASE_URL"))
62+
cleanupParam1 := testUtils.SetParameter(t, fmt.Sprintf("/bcda/%s/sensitive/api/DATABASE_URL", env), os.Getenv("DATABASE_URL"))
6363
t.Cleanup(func() { cleanupParam1() })
6464
cleanupParam2 := testUtils.SetParameter(t, "/slack/token/workflow-alerts", "test-slack-token")
6565
t.Cleanup(func() { cleanupParam2() })

0 commit comments

Comments
 (0)