We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c7891 commit cc6b4b7Copy full SHA for cc6b4b7
tests/test_hash_model.py
@@ -732,7 +732,6 @@ class Address(m.BaseHashModel):
732
# We need to build the key prefix because it will differ based on whether
733
# these tests were copied into the tests_sync folder and unasynce'd.
734
key_prefix = Address.make_key(Address._meta.primary_key_pattern.format(pk=""))
735
- schema = Address.redisearch_schema()
736
assert (
737
Address.redisearch_schema()
738
== f"ON HASH PREFIX 1 {key_prefix} SCHEMA pk TAG SEPARATOR | a_string TAG SEPARATOR | a_full_text_string TAG SEPARATOR | a_full_text_string AS a_full_text_string_fts TEXT an_integer NUMERIC SORTABLE a_float NUMERIC"
0 commit comments