Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit c949200

Browse files
committed
[client] fix settings fragment
1 parent 7d20af0 commit c949200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/entities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ def base_class(self):
13181318
return self.own_class()
13191319

13201320
def update_data(self):
1321-
return {"platform_title": "This is a test platform", "platform_theme": "light"}
1321+
return {"platform_title": "This is a test platform"}
13221322

13231323
def get_filter(self):
13241324
return None

0 commit comments

Comments
 (0)