Fix two failing tests #6

Open
Seb35 wants to merge 1 commits from Seb35/check_expire:pull-request-6 into master
First-time contributor

By the way, converted the timeout parameter to a float to be able to test (I cannot find an RDAP server returning a timeout when it is 1 second) and it should not be harmful.

An implementation detail: the continue is needed because response is not defined when the timeout is trigerred.

By the way, converted the timeout parameter to a float to be able to test (I cannot find an RDAP server returning a timeout when it is 1 second) and it should not be harmful. An implementation detail: the `continue` is needed because `response` is not defined when the timeout is trigerred.
Seb35 added 1 commit 2022-12-18 20:09:20 +01:00
3af8b31034 Fix two failing tests
By the way, converted the timeout parameter to a float.
This pull request has changes conflicting with the target branch.
  • check_expire
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b Seb35-pull-request-6 master
git pull pull-request-6

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff Seb35-pull-request-6
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bortzmeyer/check_expire#6
No description provided.