Skip to content

test: create separate entities for token and OAuth account

Tomas Vik requested to merge 561-create-oauth-test-account into main

This MR changes the test code to generate two different test accounts for unit testing:

  • createTokenAccount creates the old-school account associated with personal access token
  • createOAuthAccount creates an account that represents accounts created by OAuth login

Related to #561 (closed)

Edited by Tomas Vik

Merge request reports