Skip to content

Commit

Permalink
Merge branch 'test-proxy' of https://github.com/seankane-msft/azure-s…
Browse files Browse the repository at this point in the history
…dk-for-go into test-proxy
  • Loading branch information
scbedd committed Aug 2, 2021
2 parents 97fac55 + df1d4d7 commit bfc545c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/internal/recording/recording.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,8 @@ func StartRecording(t *testing.T, options *RecordingOptions) error {
if recordMode == "" {
fmt.Println("AZURE_RECORD_MODE was not set, options are \"record\" or \"playback\". \nDefaulting to playback")
recordMode = "playback"
} else {
fmt.Println("AZURE_RECORD_MODE: ", recordMode)
}
testId := getTestId(t)

Expand Down

0 comments on commit bfc545c

Please sign in to comment.