Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Nov 5, 2023
1 parent 2dbcc5c commit 92bb871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xray_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,8 @@ func curationServer(t *testing.T, expectedRequest map[string]bool, requestToFail
if r.Method == http.MethodGet {
if r.RequestURI == "/api/system/version" {
_, err := w.Write([]byte(`{"version": "7.0.0"}`))
w.WriteHeader(http.StatusOK)
require.NoError(t, err)
w.WriteHeader(http.StatusOK)
return
}

Expand Down

0 comments on commit 92bb871

Please sign in to comment.