Skip to content

Commit

Permalink
test_start 3
Browse files Browse the repository at this point in the history
  • Loading branch information
droideck committed Jan 31, 2024
1 parent d6fb2c8 commit 5faa1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dirsrvtests/tests/suites/schema/schema_standard_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def trigger_schema_push(topology, user_rdn, num):
def schema_replication_init(topology):
"""Initialize the test environment """

supplier = topology['topology'].ms["supplier1"]
supplier = topology.ms["supplier1"]
users = UserAccounts(supplier, DEFAULT_SUFFIX)
user = users.create_test_user()
user.replace('telephonenumber', '0')
Expand Down

0 comments on commit 5faa1d0

Please sign in to comment.