Skip to content

Commit

Permalink
task: delete atlas iam tests (#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn committed Mar 11, 2024
1 parent d47eaec commit 7280ffb
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 1,588 deletions.
13 changes: 0 additions & 13 deletions test/e2e/cli.go
Expand Up @@ -35,19 +35,6 @@ func Bin() (string, error) {
return cliPath, nil
}

func AtlasCLIBin() (string, error) {
path := os.Getenv("ATLAS_E2E_BINARY")
cliPath, err := filepath.Abs(path)
if err != nil {
return "", fmt.Errorf("%w: invalid bin path %q", err, path)
}

if _, err := os.Stat(cliPath); err != nil {
return "", fmt.Errorf("%w: invalid bin %q", err, path)
}
return cliPath, nil
}

func RandInt(max int64) (*big.Int, error) {
return rand.Int(rand.Reader, big.NewInt(max))
}
127 changes: 0 additions & 127 deletions test/e2e/iam/atlas_org_api_key_access_list_test.go

This file was deleted.

137 changes: 0 additions & 137 deletions test/e2e/iam/atlas_org_api_keys_test.go

This file was deleted.

0 comments on commit 7280ffb

Please sign in to comment.