test: Move test from feature test to model test

What does this MR do and why?

test: Move test from feature test to model test

When working on !175441 (merged), I noticed that the test for the ActiveSession model was located in the feature spec director. I moved the test to the directory of the model tests.

🛠️ with ❤️ at Siemens

References

Please include cross links to any resources that are relevant to this MR This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

MR Checklist (@gerardo-navarro)

Screenshots or screen recordings

Only test -related changes. No frontend.

How to set up and validate locally

  1. Execute the respective test
bundle exec rspec spec/models/active_session_spec.rb
Edited by Gerardo Navarro

Merge request reports

Loading