Skip to content

Commit

Permalink
feature: 提供 Agent 包管理后台基础接口 (closed #1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyalt committed Jan 5, 2024
1 parent 62a4bcc commit 2ca9717
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def component_cls(self):
@classmethod
def setUpTestData(cls):
super().setUpTestData()
cls.obj_factory.init_gse_package_desc()
sub_step_obj: models.SubscriptionStep = cls.obj_factory.sub_step_objs[0]
sub_step_obj.config.update({"name": "gse_agent", "version": "2.0.0"})
sub_step_obj.save()
Expand Down

0 comments on commit 2ca9717

Please sign in to comment.