Skip to content

Commit

Permalink
fix test attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Byczong authored and djstrong committed Jan 17, 2025
1 parent a3c744a commit ffe4413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_web_api_prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ def test_collection_members_sampling(prod_test_client, collection_id, max_sample
assert name['metadata']['pipeline_name'] == 'sample_collection_members'
assert name['metadata']['collection_id'] == collection_id

assert name['name'] == ''.join(name['tokenized_label']).removesuffix('.eth')
assert name['name'].removesuffix('.eth') == ''.join(name['tokenized_label'])

# uniqueness
names = [name['name'] for name in response_json]
Expand Down

0 comments on commit ffe4413

Please sign in to comment.