Skip to content
Snippets Groups Projects
Commit d8cc9a80 authored by Samuel GAIST's avatar Samuel GAIST Committed by Samuel GAIST
Browse files

[experiments][serializers] Set beat_core_class correctly

parent f8570a8d
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !327. Comments created here will be created in the context of that merge request.
......@@ -59,7 +59,7 @@ class ExperimentCreationSerializer(serializers.ModelSerializer):
class Meta:
model = Experiment
beat_core_class = beat.core.experiment
beat_core_class = beat.core.experiment.Experiment
fields = [
"name",
"short_description",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment