Skip to content

Commit

Permalink
v0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesfsp committed Apr 17, 2023
1 parent 38fbd59 commit 9683c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sftp/sftp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ func TestNew(t *testing.T) {

t.Setenv("HTTPCLIENT_METRICS_PREFIX", "dal_"+Name+"_test")

if os.Getenv("STFP_SKIP") == "true" {
t.Skip("Skipping test. STFP_SKIP is set to true.")
if os.Getenv("SFTP_SKIP") == "true" {
t.Skip("Skipping test. SFTP_SKIP is set to true.")
}

addr := os.Getenv("STFP_ADDR")
Expand Down

0 comments on commit 9683c8f

Please sign in to comment.