Skip to content

E2E: Do not assign nil value to token attribute when creating PAT

Andrejs Cunskis requested to merge acunskis-fix-pat-creation into master

What does this MR do and why?

Describe in detail what your merge request does and why.

  • Fix PAT creation after changes in !70935 (merged) broke it. Since it is now possible to use nil and false values for attributes, value should be assigned only when it is intended to be used.
  • Skip any UI actions when PAT is created via API

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Andrejs Cunskis

Merge request reports