Skip to content

Commit 309542d

Browse files
committed
fix: test fix
1 parent e0ef1df commit 309542d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
def test_get_settings(audio_test_client):
99
response = audio_test_client.get(url=AUDIO_SETTINGS_URL)
1010
assert response.ok
11-
assert b"Audio Settings" in response.content
11+
assert b"Audio settings" in response.content
1212

1313

1414
def test_start_audio_default(audio_test_client):

0 commit comments

Comments
 (0)