You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Verify that Encription by KEY applied for connection if RI_ENCRYPTION_KEY variable exists
42
-
awaitt.expect(awaitDatabaseScripts.getColumnValueFromTableInDB({ ...dbTableParams,columnName: 'encryption'})).eql('KEY','Encription is not applied by Key');
awaitt.expect(awaitDatabaseScripts.getColumnValueFromTableInDB({ ...dbTableParams,columnName: 'encryption'})).eql('KEY','Encription is not applied by RI_ENCRYPTION_KEY');
0 commit comments