Skip to content

Commit

Permalink
fix: unit test function name
Browse files Browse the repository at this point in the history
Signed-off-by: kumo-rn5s <firosstuart@gmail.com>
  • Loading branch information
kumo-rn5s committed Aug 16, 2024
1 parent 75f35d8 commit 2cce09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ func TestProject_DeleteRBACRole(t *testing.T) {
}
}

func TestGenerateAuthCodeURL(t *testing.T) {
func TestGenerateAuthCodeURL_Oidc(t *testing.T) {
tests := []struct {
name string
config ProjectSSOConfig_Oidc
Expand Down

0 comments on commit 2cce09b

Please sign in to comment.