Skip to content

Commit

Permalink
Fix AmqpSpecificConfigTest
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaGeorgievaLyoteva committed Aug 30, 2022
1 parent c3286d9 commit 415bf35
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@
*/
public final class AmqpSpecificConfigTest {

@Test
public void decodeDoublyEncodedUsernameAndPasswordDouble() {
final var uri = "amqps://%2525u%2525s%2525e%2525r:%2525p%2525a%2525%252Bs%2525s@localhost:1234/";
testDecoding(uri, "%25u%25s%25e%25r", "%25p%25a%25%2Bs%25s");
}

@Test
public void decodeDoublyEncodedUsernameAndPasswordSingle() {
final var uri = "amqps://%2525u%2525s%2525e%2525r:%2525p%2525a%2525%252Bs%2525s@localhost:1234/";
Expand Down

0 comments on commit 415bf35

Please sign in to comment.