Skip to content

Fixed test issue where public user always failed

Patrick Rice requested to merge fix-public-user-test into main
  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

This merge request updates a test for the GitLab data source. It ensures that the test user has a public email address, which is required for certain attributes to be set correctly. The test also checks that the user's bot status, namespace ID, global namespace ID, and group count are set correctly. The public email address is now set to the user's verified email address, rather than a hard-coded value.

Closes #6305 (closed)

Edited by Patrick Rice

Merge request reports