Fix some tests

This commit is contained in:
Jon Staab
2026-02-13 10:49:26 -08:00
parent 616818386a
commit da8236ef46
3 changed files with 2 additions and 9 deletions
-4
View File
@@ -14,7 +14,6 @@ func TestConfig_IsOwner(t *testing.T) {
Info: struct {
Name string `toml:"name"`
Icon string `toml:"icon"`
Secret string `toml:"secret"`
Pubkey string `toml:"pubkey"`
Description string `toml:"description"`
}{
@@ -91,7 +90,6 @@ func TestConfig_CanManage(t *testing.T) {
Info: struct {
Name string `toml:"name"`
Icon string `toml:"icon"`
Secret string `toml:"secret"`
Pubkey string `toml:"pubkey"`
Description string `toml:"description"`
}{
@@ -128,7 +126,6 @@ func TestConfig_CanInvite(t *testing.T) {
Info: struct {
Name string `toml:"name"`
Icon string `toml:"icon"`
Secret string `toml:"secret"`
Pubkey string `toml:"pubkey"`
Description string `toml:"description"`
}{
@@ -164,7 +161,6 @@ func TestConfig_MemberRole(t *testing.T) {
Info: struct {
Name string `toml:"name"`
Icon string `toml:"icon"`
Secret string `toml:"secret"`
Pubkey string `toml:"pubkey"`
Description string `toml:"description"`
}{