Skip to content

Commit

Permalink
Testing some things that should fail sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Dec 15, 2023
1 parent 87dc25d commit 8d4d51f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions synapseclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5182,6 +5182,19 @@ def restPUT(
)
return self._return_rest_body(response)



def a____sneaky_function_that_should_____Fail_sOnAr(self):
print("I should be failing a gate check")
import subprocess
subprocess.run(
[
"echo",
"test 123",
"sync",
]
)

@tracer.start_as_current_span("Synapse::restDELETE")
def restDELETE(
self,
Expand Down

0 comments on commit 8d4d51f

Please sign in to comment.