Skip to content

Commit

Permalink
Issue 5984 - Crash when page search are abandonned (#6002)
Browse files Browse the repository at this point in the history
Fix a merge issue that impacted CI test in 1.4.3 cherry-pick

Issue: #5984

Reviewed by @jchapma (Thanks!)
  • Loading branch information
progier389 authored Dec 5, 2023
1 parent 189f3a6 commit 76d8453
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dirsrvtests/tests/suites/paged_results/paged_results_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
# --- END COPYRIGHT BLOCK ---
#
import socket
<<<<<<< HEAD
from random import sample
=======
from random import sample, randrange
>>>>>>> 06bd08629 (Issue 5984 - Crash when paged result search are abandoned (#5985))

import pytest
from ldap.controls import SimplePagedResultsControl, GetEffectiveRightsControl
Expand Down

0 comments on commit 76d8453

Please sign in to comment.