Skip to content

Commit

Permalink
RegistrationSite is a Candidate variable, not session
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Nov 15, 2023
1 parent d27fdf0 commit 88de588
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions modules/candidate_parameters/test/candidateQueryEngineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1705,17 +1705,7 @@ function testGetCandidateData()
'value' => 'TestProject2'
],
],
'RegistrationSite' => [
1 => [
'VisitLabel' => 'V1',
'SessionID' => 1,
'value' => 'TestSite'
],
2 => [
'VisitLabel' => 'V2',
'SessionID' => 2,
'value' => 'TestSite'
],
'RegistrationSite' => [ 'TestSite' ],
],
],
'123457' => [
Expand Down

0 comments on commit 88de588

Please sign in to comment.