Skip to content

Commit 36c8db1

Browse files
UnABCUnABC
authored andcommitted
bots_test.goでのエラー修正
1 parent d9afa9f commit 36c8db1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

router/v3/bots_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ func TestHandlers_CreateBot(t *testing.T) {
237237
obj.Value("endpoint").String().IsEqual("https://example.com")
238238
obj.Value("privileged").Boolean().IsFalse()
239239
obj.Value("channels").Array().Length().IsEqual(0)
240-
obj.Value("bio").String().IsEmpty()
241240
})
242241

243242
t.Run("success with WebSocket mode", func(t *testing.T) {

0 commit comments

Comments
 (0)