mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-22 06:39:39 +02:00
Fix rubocop linting issues in API chat endpoints
- Fix trailing whitespace - Add missing final newlines - Fix array bracket spacing - Auto-corrected all layout issues 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
94202b2a6b
commit
404066eaa1
7 changed files with 56 additions and 56 deletions
|
@ -116,7 +116,7 @@ class Api::V1::ChatsControllerTest < ActionDispatch::IntegrationTest
|
||||||
plain_key = ApiKey.generate_secure_key
|
plain_key = ApiKey.generate_secure_key
|
||||||
api_key = @user.api_keys.build(
|
api_key = @user.api_keys.build(
|
||||||
name: "Test API Key",
|
name: "Test API Key",
|
||||||
scopes: ["read_write"]
|
scopes: [ "read_write" ]
|
||||||
)
|
)
|
||||||
api_key.key = plain_key
|
api_key.key = plain_key
|
||||||
api_key.save!
|
api_key.save!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue