Skip to content

chore: update all dependencies with patch changes (#65) #353

chore: update all dependencies with patch changes (#65)

chore: update all dependencies with patch changes (#65) #353

GitHub Actions / Test Results failed Dec 20, 2024 in 0s

1 fail, 29 pass in 6s

30 tests  ±0   29 ✅  - 1   6s ⏱️ -1s
10 suites ±0    0 💤 ±0 
10 files   ±0    1 ❌ +1 

Results for commit c045d63. ± Comparison against earlier commit 4a99d7e.

Annotations

Check warning on line 0 in eu.cloudnetservice.ext.rest.ticket.TicketAuthProviderTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testSuccessfulAuthFlow() (eu.cloudnetservice.ext.rest.ticket.TicketAuthProviderTest) failed

web-ticket-auth/build/test-results/test/TEST-eu.cloudnetservice.ext.rest.ticket.TicketAuthProviderTest.xml [took 0s]
Raw output
org.opentest4j.AssertionFailedError: expected: <MISSING_REQUIRED_SCOPES> but was: <INVALID_CREDENTIALS>
	at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
	at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
	at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
	at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
	at app//eu.cloudnetservice.ext.rest.ticket.TicketAuthProviderTest.testSuccessfulAuthFlow(TicketAuthProviderTest.java:90)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1597)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1597)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

30 tests found

There are 30 tests, see "Raw output" for the full list of tests.
Raw output
eu.cloudnetservice.ext.rest.api.connection.parse.AddressParseTest ‑ testIpv4()
eu.cloudnetservice.ext.rest.api.connection.parse.AddressParseTest ‑ testIpv6()
eu.cloudnetservice.ext.rest.api.connection.parse.ForwardedHeaderTest ‑ testForwardedHeader()
eu.cloudnetservice.ext.rest.api.connection.parse.HostHeaderTest ‑ testForwardedHeader()
eu.cloudnetservice.ext.rest.api.connection.parse.XForwardedHeaderTest ‑ testXForwardedHeader()
eu.cloudnetservice.ext.rest.api.registry.HttpHandlerRegistryTest ‑ testClassLoaderUnregister()
eu.cloudnetservice.ext.rest.api.registry.HttpHandlerRegistryTest ‑ testClear()
eu.cloudnetservice.ext.rest.api.registry.HttpHandlerRegistryTest ‑ testDynamic()
eu.cloudnetservice.ext.rest.api.registry.HttpHandlerRegistryTest ‑ testDynamicNodeWithRegex()
eu.cloudnetservice.ext.rest.api.registry.HttpHandlerRegistryTest ‑ testDynamicWildcardPathMix()
eu.cloudnetservice.ext.rest.api.registry.HttpHandlerRegistryTest ‑ testMultipleHandlerRegister()
eu.cloudnetservice.ext.rest.api.registry.HttpHandlerRegistryTest ‑ testPriority()
eu.cloudnetservice.ext.rest.api.registry.HttpHandlerRegistryTest ‑ testRootPath()
eu.cloudnetservice.ext.rest.api.registry.HttpHandlerRegistryTest ‑ testStatic()
eu.cloudnetservice.ext.rest.api.registry.HttpHandlerRegistryTest ‑ testUnregister()
eu.cloudnetservice.ext.rest.api.registry.HttpHandlerRegistryTest ‑ testWildcard()
eu.cloudnetservice.ext.rest.api.tree.HttpPathNodeTest ‑ testPathNodeComparison()
eu.cloudnetservice.ext.rest.api.util.HostAndPortTest ‑ testInvalidPorts()
eu.cloudnetservice.ext.rest.api.util.HostAndPortTest ‑ testPortValidation()
eu.cloudnetservice.ext.rest.api.util.HostAndPortTest ‑ testToString()
eu.cloudnetservice.ext.rest.netty.NettyHttpServerTest ‑ testRejectsRequestWithBadChar()
eu.cloudnetservice.ext.rest.ticket.TicketAuthProviderTest ‑ testInvalidTicketFormatReturnsInvalidCredentials()
eu.cloudnetservice.ext.rest.ticket.TicketAuthProviderTest ‑ testInvalidTicketSignatureReturnsInvalidCredentials()
eu.cloudnetservice.ext.rest.ticket.TicketAuthProviderTest ‑ testQueryParameterEmptyMapReturnsProceed()
eu.cloudnetservice.ext.rest.ticket.TicketAuthProviderTest ‑ testQueryParameterMissingReturnsProceed()
eu.cloudnetservice.ext.rest.ticket.TicketAuthProviderTest ‑ testSuccessfulAuthFlow()
eu.cloudnetservice.ext.rest.ticket.TicketAuthProviderTest ‑ testTicketGenerationWithMissingScopes()
eu.cloudnetservice.ext.rest.ticket.TicketSecurityUtilTest ‑ testIllegalTicketFormat()
eu.cloudnetservice.ext.rest.ticket.TicketSecurityUtilTest ‑ testModifiedTicketData()
eu.cloudnetservice.ext.rest.ticket.TicketSecurityUtilTest ‑ testSuccessfulTicketSign()