Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIAMImportAssetWithLDAP (0.71 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(context.Background(), testDefaultTimeout)
    	defer cancel()
    
    	exportContentStrings := map[string]string{
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 85.7K bytes
    - Viewed (0)
Back to top