We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once in a while the test case TestListAllWithLicenses fails with the following ouput...
TestListAllWithLicenses
==> Testing go-pagerduty 2023/05/30 16:16:27 ===== PagerDuty Cache Skipping Init ===== 2023/05/30 16:16:27 ==== Getting users at offset 0 2023/05/30 16:16:27 ==== Getting users at offset 1 2023/05/30 16:16:27 ==== Getting license_allocations at offset 0 2023/05/30 16:16:27 ==== Getting license_allocations at offset 1 --- FAIL: TestListAllWithLicenses (0.00s) user_test.go:264: returned []*pagerduty.User{(*pagerduty.User)(0x14000252140), (*pagerduty.User)(0x14000252000)}; want []*pagerduty.User{(*pagerduty.User)(0x14000252280), (*pagerduty.User)(0x140002523c0)} FAIL FAIL github.com/heimweh/go-pagerduty/pagerduty 0.171s FAIL make: *** [test] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Once in a while the test case
TestListAllWithLicenses
fails with the following ouput...The text was updated successfully, but these errors were encountered: