Wednesday, March 4, 2020

[389-commits] [389-ds-base] branch master updated: Issue 50923 - Fix a test regression

This is an automated email from the git hooks/post-receive script.

spichugi pushed a commit to branch master
in repository 389-ds-base.

The following commit(s) were added to refs/heads/master by this push:
new ae29367 Issue 50923 - Fix a test regression
ae29367 is described below

commit ae29367ee908374a42cb072d9ebd6e5d3ce1f4e0
Author: Simon Pichugin <spichugi@redhat.com>
AuthorDate: Wed Mar 4 14:41:58 2020 +0100

Issue 50923 - Fix a test regression

Description: Fix a fixture naming issue.

https://pagure.io/389-ds-base/issue/50923

Reviewed by: spichugi (one line commit rule)
---
dirsrvtests/tests/suites/basic/basic_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dirsrvtests/tests/suites/basic/basic_test.py b/dirsrvtests/tests/suites/basic/basic_test.py
index 2d0e24a..40f95a4 100644
--- a/dirsrvtests/tests/suites/basic/basic_test.py
+++ b/dirsrvtests/tests/suites/basic/basic_test.py
@@ -1375,7 +1375,7 @@ def test_dscreate_ldapi(dscreate_long_instance):
2. Should succeeds
"""

- root_dse = RootDSE(dscreate_ldapi_instance)
+ root_dse = RootDSE(dscreate_long_instance)
log.info(root_dse.get_supported_ctrls())



--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-commits@lists.fedoraproject.org

No comments:

Post a Comment