Skip to content

Commit

Permalink
Update test to match https change
Browse files Browse the repository at this point in the history
  • Loading branch information
waylaidwanderer committed Apr 5, 2018
1 parent 92974ba commit fbcf2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/strategy.test.js
Expand Up @@ -11,7 +11,7 @@ function getStrategy () {
}

test("Whether the providerURL is steam's", t => {
t.same(getStrategy()._providerURL, 'http://steamcommunity.com/openid')
t.same(getStrategy()._providerURL, 'https://steamcommunity.com/openid')
});

test("Whether the strategy name is 'steam'", t => {
Expand Down

0 comments on commit fbcf2f3

Please sign in to comment.