Skip to content

Commit 5002faa

Browse files
committed
Fix typo
1 parent 84aeb28 commit 5002faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/broker/22-http-api-api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def write_config(filename, mqtt_port, ws_port, http_port):
141141
raise ValueError(f"/api/v1/version {response.status}")
142142
payload = response.read().decode('utf-8')
143143
if not re.match(r'^\d+\.\d+\.\d+$', payload):
144-
raise ValueError(f"/api/v1/license\n{payload}")
144+
raise ValueError(f"/api/v1/version\n{payload}")
145145

146146

147147
rc = 0

0 commit comments

Comments
 (0)