Skip to content

Commit

Permalink
adjust symbols to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Knerio committed Nov 23, 2024
1 parent 81744dc commit f44d220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/code0/identities/provider/discord_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
.to_return(body: response_body, headers: { "Content-Type": "application/json" })

expect(service_response.identifier).to eq(1)
expect(service_response.provider).to eq(:discord)
expect(service_response.provider).to eq("discord")
expect(service_response.username).to eq("name")
expect(service_response.email).to eq("[email protected]")
end
Expand Down

0 comments on commit f44d220

Please sign in to comment.