Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIAMImportAssetWithLDAP (0.23 sec)

  1. cmd/sts-handlers_test.go

    					suite.SetUpSuite(c)
    					suite.SetUpLDAP(c, ldapServer)
    					suite.TestIAMImport(c, exportedContent, caseNum, content)
    					suite.TearDownSuite(c)
    				}
    			},
    		)
    	}
    }
    
    func TestIAMImportAssetWithLDAP(t *testing.T) {
    	ctx, cancel := context.WithTimeout(t.Context(), testDefaultTimeout)
    	defer cancel()
    
    	exportContentStrings := map[string]string{
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 100.2K bytes
    - Viewed (1)
Back to top