We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f568635 commit f47d1edCopy full SHA for f47d1ed
Tests/OAuth2Tests.cs
@@ -50,7 +50,7 @@ public async Task ConnectToRabbitMqWithOAuth2TokenShouldDisconnectAfterTimeout()
50
.RecoveryConfiguration(new RecoveryConfiguration().Activated(false).Topology(false))
51
.OAuth2Options(new OAuth2Options(GenerateToken(DateTime.UtcNow.AddMilliseconds(1_000))))
52
.Build());
53
-
+
54
Assert.NotNull(connection);
55
Assert.Equal(State.Open, connection.State);
56
State? stateFrom = null;
0 commit comments