Skip to content

Commit

Permalink
add stereotypes in support of the discovery mode
Browse files Browse the repository at this point in the history
  • Loading branch information
julien6387 committed Aug 15, 2023
1 parent cdc2e08 commit 0d75377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supvisors/tests/test_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ def test_find_local_identifier_fqdn(mapper):
# 2. move fqdn
sup_id.host_name = 'dummy'
sup_id.aliases = [fqdn]
sup_id.stereotypes = []
# find self
mapper.find_local_identifier({'test_2'})
assert mapper.local_identifier == fqdn
Expand Down

0 comments on commit 0d75377

Please sign in to comment.