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 018703a commit a2e24e6Copy full SHA for a2e24e6
sdk/ai/azure-ai-projects/tests/samples/sample_executor.py
@@ -460,7 +460,7 @@ def _register_env_var_sanitizers(
460
add_general_string_sanitizer(function_scoped=True, target=live_value, value=playback_value)
461
462
463
-@dataclass(slots=True, init=False)
+@dataclass(init=False)
464
class AdditionalSampleTestDetail:
465
"""Configuration for adding an additional parametrized test case for a specific sample.
466
0 commit comments