Skip to content

Commit 5956666

Browse files
refactor: rename
1 parent 1fe520a commit 5956666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_404.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def on_start(self, ten_env: TenEnvTester) -> None:
3939
ten_env.stop_test()
4040

4141

42-
def test_invalid_path():
42+
def test_404():
4343
tester = ExtensionTesterNotFound1()
4444
tester.add_addon_base_dir(str(Path(__file__).resolve().parent.parent))
4545
tester.set_test_mode_single("http_server_python")

tests/test_set_property.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _async_request(self) -> None:
5151
self.event.set()
5252

5353

54-
def test_property():
54+
def test_set_property():
5555

5656
# change port
5757
property_json_1 = '{"listen_port":8899}'

0 commit comments

Comments
 (0)