示例#1
0
def test_get_attachment_color():
    srv = Service({})
    assert type(srv.get_attachment_color({'type': 'story'})) == str
示例#2
0
def test_get_attachment_color():
    srv = Service({})
    assert type(srv.get_attachment_color({'type': 'story'})) == str
示例#3
0
def test_get_attachment_color_empty():
    srv = Service({})
    assert type(srv.get_attachment_color()) == str
示例#4
0
def test_get_attachment_color_empty():
    srv = Service({})
    assert type(srv.get_attachment_color()) == str