Skip to content

Commit 341f3da

Browse files
Strip some trailing whitespace
1 parent 72ab194 commit 341f3da

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deps/rabbitmq_auth_backend_oauth2/test/config_schema_SUITE_data/rabbitmq_auth_backend_oauth2.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
{end_session_endpoint, <<"https://keycloak/logout">>},
155155
{authorization_endpoint, <<"https://keycloak/authorize">>},
156156
{token_endpoint, <<"https://keycloak/token">>},
157-
{jwks_uri, <<"https://keycloak/keys">>}
157+
{jwks_uri, <<"https://keycloak/keys">>}
158158
]
159159

160160
}

deps/rabbitmq_management/selenium/test/basic-auth/ac-management.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('management user with vhosts permissions', function () {
4949
await overview.waitForQueuesTab()
5050
assert.ok(!await overview.isPopupWarningDisplayed())
5151
})
52-
it('can access limited options in admin tab', async function () {
52+
it('can access limited options in admin tab', async function () {
5353
await overview.clickOnAdminTab()
5454
await overview.waitForAdminTab()
5555
assert.ok(!await overview.isPopupWarningDisplayed())

deps/rabbitmq_management/selenium/test/pageobjects/BasePage.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ module.exports = class BasePage {
5757
return this.waitForDisplayed(CONNECTIONS_TAB)
5858
}
5959

60-
async clickOnAdminTab () {
60+
async clickOnAdminTab () {
6161
return this.click(ADMIN_TAB)
6262
}
63-
async waitForAdminTab() {
63+
async waitForAdminTab() {
6464
return this.waitForDisplayed(ADMIN_TAB)
6565
}
6666

@@ -74,7 +74,7 @@ module.exports = class BasePage {
7474
async clickOnExchangesTab () {
7575
return this.click(EXCHANGES_TAB)
7676
}
77-
async waitForExchangesTab() {
77+
async waitForExchangesTab() {
7878
return this.waitForDisplayed(EXCHANGES_TAB)
7979
}
8080

0 commit comments

Comments
 (0)