Skip to content

Commit

Permalink
fix non-config autotest missing cookie header between step
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjoey committed Apr 3, 2024
1 parent 9ea4eba commit 9833468
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ func (p *provider) Handle(ctx *aoptypes.TuneContext) error {
return nil
}

if ctx.SDK.Pipeline.Snapshot.Secrets == nil {
return nil
}

// report cookieJar
var pbMeta, err = ctx.SDK.Report.MakePBMeta(map[string]interface{}{
apitestsv2.HeaderSetCookie: setCookieJSON,
Expand Down

0 comments on commit 9833468

Please sign in to comment.