Skip to content

Commit

Permalink
Fix auto suggest API test after core fixture change (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed May 17, 2024
1 parent 7be0956 commit ea2503a
Show file tree
Hide file tree
Showing 2 changed files with 6,931 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/System/AutoSuggestAPITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public function getApiForTesting()
'period' => 'range',
'otherRequestParameters' => ['filter_limit' => 1000],
'xmlFieldsToRemove' => $xmlFieldsToRemove,
'testSuffix' => version_compare(Version::VERSION, '5.1.0-b4', '<') ? '_old' : '',
]
];

Expand Down
Loading

0 comments on commit ea2503a

Please sign in to comment.