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 81744dc commit f44d220Copy full SHA for f44d220
spec/code0/identities/provider/discord_spec.rb
@@ -58,7 +58,7 @@
58
.to_return(body: response_body, headers: { "Content-Type": "application/json" })
59
60
expect(service_response.identifier).to eq(1)
61
- expect(service_response.provider).to eq(:discord)
+ expect(service_response.provider).to eq("discord")
62
expect(service_response.username).to eq("name")
63
expect(service_response.email).to eq("example@code0.tech")
64
end
0 commit comments