- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TestIsPresent (0.04 seconds)
-
internal/kms/config_test.go
// // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package kms import ( "os" "testing" ) func TestIsPresent(t *testing.T) { for i, test := range isPresentTests { os.Clearenv() for k, v := range test.Env { t.Setenv(k, v) } ok, err := IsPresent() if err != nil && !test.ShouldFail {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Feb 18 16:25:55 GMT 2025 - 2.7K bytes - Click Count (0)