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 cb86714
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions modules/candidate_parameters/test/candidateQueryEngineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1705,18 +1705,7 @@ function testGetCandidateData()
'value' => 'TestProject2'
],
],
'RegistrationSite' => [
1 => [
'VisitLabel' => 'V1',
'SessionID' => 1,
'value' => 'TestSite'
],
2 => [
'VisitLabel' => 'V2',
'SessionID' => 2,
'value' => 'TestSite'
],
],
'RegistrationSite' => 'TestSite',
],
'123457' => [
'VisitLabel' => [
Expand Down

0 comments on commit cb86714

Please sign in to comment.