Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sadnub committed Sep 15, 2023
1 parent 804f486 commit 9275df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tacticalrmm/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def patch(self, request):
url_pattern = action.pattern

for string in re.findall(pattern, action.pattern):
value = get_db_value(string=string, instance=instance, quotes=False)
value = get_db_value(string=string, instance=instance)

url_pattern = re.sub("\\{\\{" + string + "\\}\\}", str(value), url_pattern)

Expand Down

0 comments on commit 9275df4

Please sign in to comment.