Skip to content

Commit ab58741

Browse files
vaibhavatlanAryamanz29
authored andcommitted
small fix
1 parent b828b15 commit ab58741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,9 +835,9 @@ def test_multiple_add_classification(client: AtlanClient, term1: AtlasGlossaryTe
835835
assert glossary_term.atlan_tags
836836
assert len(glossary_term.atlan_tags) == 2
837837
classification = glossary_term.atlan_tags[0]
838-
assert str(classification.type_name) == CLASSIFICATION_NAME_2
838+
assert str(classification.type_name) == CLASSIFICATION_NAME or CLASSIFICATION_NAME_2
839839
classification_2 = glossary_term.atlan_tags[1]
840-
assert str(classification_2.type_name) == CLASSIFICATION_NAME
840+
assert str(classification_2.type_name) == CLASSIFICATION_NAME or CLASSIFICATION_NAME_2
841841

842842

843843
@pytest.mark.order(after="test_multiple_add_classification")

0 commit comments

Comments
 (0)