Skip to content

Commit

Permalink
remove "elastic" user from session state (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
DnlLrssn committed May 22, 2024
1 parent 28c47ee commit caf802e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions session/sessionstate.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
"github.com/qlik-oss/gopherciser/senseobjdef"
"github.com/qlik-oss/gopherciser/senseobjects"
"github.com/qlik-oss/gopherciser/statistics"
"github.com/qlik-oss/gopherciser/structs"
"github.com/qlik-oss/gopherciser/synced"
"github.com/qlik-oss/gopherciser/users"
"github.com/qlik-oss/gopherciser/wsdialer"
Expand Down Expand Up @@ -75,7 +74,6 @@ type (
User *users.User
OutputsDir string
CurrentApp *ArtifactEntry
CurrentUser *structs.User
Counters *statistics.ExecutionCounters
// CurrentActionState will contain the state of the latest action to be started
CurrentActionState *action.State
Expand Down Expand Up @@ -274,7 +272,6 @@ func (state *State) Reset(ctx context.Context) {
state.RequestMetrics = &requestmetrics.RequestMetrics{}
state.events = make(map[int]*Event)
state.CurrentApp = nil
state.CurrentUser = nil
state.objects = nil
state.customStates = make(map[string]interface{})
}
Expand Down
24 changes: 0 additions & 24 deletions structs/user.go

This file was deleted.

0 comments on commit caf802e

Please sign in to comment.