Browse Source
- Remove unused imports (time, bytes) from test files - Add missing S3 object manipulation methods to test framework - Fix io.Copy usage for reading S3 object content - Ensure all Keycloak integration tests compile successfully Changes: - Remove unused 'time' import from s3_keycloak_integration_test.go - Remove unused 'bytes' import from s3_iam_framework.go - Add io import for proper stream handling - Implement PutTestObject, GetTestObject, ListTestObjects, DeleteTestObject methods - Fix content reading using io.Copy instead of non-existent ReadFrom method All tests now compile successfully and the distributed IAM system is ready for testing with both mock and real Keycloak authentication.pull/7160/head
2 changed files with 57 additions and 2 deletions
Loading…
Reference in new issue