Skip to content

Commit

Permalink
Update changedetectionio/tests/util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon authored Jan 27, 2025
1 parent 90f5c35 commit 5332ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changedetectionio/tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def test_interactive_html_endpoint():
<button name="test-button" onclick="
getElementById('remove').remove();
getElementById('some-content').innerHTML = atob('SSBzbWVsbCBKYXZhU2NyaXB0IGJlY2F1c2UgdGhlIGJ1dHRvbiB3YXMgcHJlc3NlZCE=');
getElementById('reflect-text').innerHTML = getElementById('test-input-text');
getElementById('reflect-text').innerHTML = getElementById('test-input-text').value;
">Click here</button>
<div id="some-content"></div>
Expand Down

0 comments on commit 5332ae6

Please sign in to comment.