Skip to content

Commit

Permalink
COSI-25: refactor-tests-for-provisioner-server
Browse files Browse the repository at this point in the history
This commit refactors the test file by:
- Extracting common test data and parameters into helper functions
- Reducing repetitive code in BeforeEach/AfterEach blocks
- Using local variables or dereferencing pointers to avoid
  addressability errors for string constants
- Improving readability and maintainability of the tests
  • Loading branch information
anurag4DSB committed Dec 12, 2024
1 parent 3bc7dff commit a2113ff
Showing 1 changed file with 306 additions and 459 deletions.
Loading

0 comments on commit a2113ff

Please sign in to comment.