[INC-300] baton-github: optimize Grants() for org Resource #209
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors and 2 warnings
|
go-test (1.23.x, ubuntu-latest):
pkg/connector/org_test.go#L43
org_test.go:43:
Error Trace: /home/runner/work/baton-github/baton-github/pkg/connector/org_test.go:43
Error: Not equal:
expected: ""
actual : "{\"states\":[{\"type\":\"admin\"}],\"current_state\":{\"type\":\"member\"}}"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-
+{"states":[{"type":"admin"}],"current_state":{"type":"member"}}
Test: TestOrganization/should_grant_and_revoke_entitlements
|
|
go-test (1.23.x, ubuntu-latest)
Process completed with exit code 1.
|
|
go-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/baton-github/baton-github. Supported file pattern: go.sum
|
|
go-test (1.23.x, ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/baton-github/baton-github. Supported file pattern: go.sum
|