Skip to content

Commit 90dec0b

Browse files
committed
fix failing test
1 parent ea1e21c commit 90dec0b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ldai/testing/test_tracker.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -422,12 +422,6 @@ def test_error_overwrites_success(client: LDClient):
422422
{"variationKey": "variation-key", "configKey": "config-key", "version": 3},
423423
1,
424424
),
425-
call(
426-
"$ld:ai:generation",
427-
context,
428-
{"variationKey": "variation-key", "configKey": "config-key", "version": 3},
429-
1,
430-
),
431425
call(
432426
"$ld:ai:generation:error",
433427
context,

0 commit comments

Comments
 (0)