mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
b076b750f1
commit
b66bfb2c93
|
@ -300,12 +300,8 @@ func runTest(t *testing.T, dir, coverDir string, repls testdiff.ReplacementsCont
|
|||
|
||||
for _, req := range server.Requests {
|
||||
reqJson, err := json.Marshal(req)
|
||||
if err == nil {
|
||||
}
|
||||
require.NoError(t, err)
|
||||
|
||||
// if
|
||||
|
||||
line := fmt.Sprintf("%s\n", reqJson)
|
||||
_, err = f.WriteString(line)
|
||||
require.NoError(t, err)
|
||||
|
|
Loading…
Reference in New Issue