commit | 175bfb4bc9e59371a8101af96c6ff853ad18dab6 | [log] [tgz] |
---|---|---|
author | Pieter De Gendt <pieter.degendt@basalte.be> | Wed Nov 13 08:39:54 2024 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Nov 16 13:32:02 2024 -0500 |
tree | 1bba3351bfe9859c059b4b8378996eb2df798cf4 | |
parent | 8f14c68660bcb64a8e25ddfab7d4fe58ef95e44a [diff] |
tests: net: lib: lwm2m: interop: Fix strip-with-multi-characters (B005) All strip functions remove any of the provided characters instead of a prefix/suffix. This is likely a bug. See https://docs.astral.sh/ruff/rules/strip-with-multi-characters/ Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>