fix auth_service tests
This commit is contained in:
parent
42f1802a9b
commit
0917d82340
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ func TestWatcherEnroll(t *testing.T) {
|
|||
_, _ = buf.ReadFrom(r.Body)
|
||||
newStr := buf.String()
|
||||
log.Debugf("body -> %s", newStr)
|
||||
if newStr == `{"attachment_key":"goodkey"}
|
||||
if newStr == `{"attachment_key":"goodkey","name":"","tags":[]}
|
||||
` {
|
||||
log.Print("good key")
|
||||
w.WriteHeader(http.StatusOK)
|
||||
|
|
Loading…
Reference in a new issue