Skip to content

Commit

Permalink
More debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Jan 12, 2024
1 parent 2b11d89 commit ede4fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func (d *SlidingSyncDeployment) lockOptions(t *testing.T, options map[string]int
jsonBody, err := json.Marshal(map[string]interface{}{
"options": options,
})
t.Logf("lockOptions: %v", string(jsonBody))
must.NotError(t, "failed to marshal options", err)
u := magicMITMURL + "/options/lock"
req, err := http.NewRequest("POST", u, bytes.NewBuffer(jsonBody))
Expand Down

0 comments on commit ede4fc9

Please sign in to comment.