Skip to content

Commit eba4175

Browse files
committed
wip: revert this
1 parent e60321d commit eba4175

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/uipath-core/src/uipath/core/feature_flags/feature_flags.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ def _parse_env_value(raw: str) -> Any:
3838
the env-var round-trip. Plain strings that are not valid JSON are
3939
returned as-is.
4040
"""
41+
42+
#check if integration tests are working
4143
lower = raw.lower()
4244
if lower == "true":
4345
return True

0 commit comments

Comments
 (0)