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

[experiments][serializers] Set beat_core_class correctly

parent 9bfdfe70
No related branches found
No related tags found
1 merge request!327Refactor update creation api
......@@ -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