Skip to content

Commit 775001f

Browse files
committed
Fix detect-secrets about etag in docstring
1 parent d31d3bd commit 775001f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lizmap/server_dav.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ def parse_propfind_response(cls, xml_data: str) -> Union[PropFindFileResponse, P
723723
<d:propstat>
724724
<d:prop>
725725
<d:getlastmodified>Wed, 03 May 2017 11:05:49 GMT</d:getlastmodified>
726-
<d:getetag>"0169c644a1580687b346ef43315d5ac8"</d:getetag>
726+
<d:getetag>"etag123456789"</d:getetag>
727727
<d:getcontenttype>image/jpeg</d:getcontenttype>
728728
<d:resourcetype/>
729729
<d:getcontentlength>233724</d:getcontentlength>

0 commit comments

Comments
 (0)