Skip to content

Commit

Permalink
test(cert)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidrabedi committed Aug 10, 2024
1 parent 463192c commit 005c881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion casdoorsdk/cert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func TestCert(t *testing.T) {

// Add a new object
cert := &Cert{
Owner: "admin",
Owner: TestCasdoorOrganization,
Name: name,
CreatedTime: GetCurrentTime(),
DisplayName: name,
Expand Down

0 comments on commit 005c881

Please sign in to comment.