Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
Part of the old token based authorization not used any more.
  • Loading branch information
ianic committed Dec 12, 2021
1 parent 3009b63 commit fc678e2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@ func defaultNodeExists() bool {
return false
}

func createNewWorkspaceWithoutToken(t *testing.T) string {
workspacePath, err := ioutil.TempDir("", "mantil-workspace-")
require.NoError(t, err)
//os.Setenv(domain.EnvWorkspacePath, workspacePath)
return workspacePath
}

func createNewWorkspace() (string, error) {
workspacePath, err := ioutil.TempDir("", "mantil-workspace-")
if err != nil {
Expand Down

0 comments on commit fc678e2

Please sign in to comment.