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 47e064f commit 2e87e1dCopy full SHA for 2e87e1d
tests/encryption_/test_fields.py
@@ -244,9 +244,7 @@ def test_time(self):
244
245
class QueryTests(EncryptionTestCase):
246
def test_aggregate_avg(self):
247
- msg = (
248
- "csfle \"analyze_query\" failed: Accumulator '$avg' cannot aggregate encrypted fields."
249
- )
+ msg = "Accumulator '$avg' cannot aggregate encrypted fields."
250
with self.assertRaisesMessage(DatabaseError, msg):
251
list(IntegerModel.objects.aggregate(Avg("value")))
252
0 commit comments