Skip to content

Commit

Permalink
parity: all content model fields are s3_urls (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley authored Apr 15, 2024
1 parent 6d608b0 commit 65b4378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/tests/api/club_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func TestCreateClubFailsOnInvalidDescription(t *testing.T) {
[]interface{}{
"Not an URL",
"@#139081#$Ad_Axf",
// "https://google.com", <-- TODO fix once we handle mongo urls
"https://google.com",
},
)
}
Expand Down Expand Up @@ -298,7 +298,7 @@ func TestCreateClubFailsOnInvalidLogo(t *testing.T) {
[]interface{}{
"Not an URL",
"@#139081#$Ad_Axf",
// "https://google.com", <-- TODO uncomment once we figure out s3 url validation
"https://google.com",
},
)
}
Expand Down

0 comments on commit 65b4378

Please sign in to comment.