Merge branch 'develop' into codex/fix-inbox-finish-setup-guidance

This commit is contained in:
Muhsin Keloth
2026-03-18 11:27:47 +04:00
committed by GitHub
150 changed files with 6901 additions and 1214 deletions
@@ -37,6 +37,7 @@ RSpec.describe 'Platform Agent Bot API', type: :request do
expect(response).to have_http_status(:success)
data = response.parsed_body
expect(data.length).to eq(1)
expect(data.first['outgoing_url']).to eq(agent_bot.outgoing_url)
end
end
end
@@ -73,6 +74,7 @@ RSpec.describe 'Platform Agent Bot API', type: :request do
expect(response).to have_http_status(:success)
data = response.parsed_body
expect(data['name']).to eq(agent_bot.name)
expect(data['outgoing_url']).to eq(agent_bot.outgoing_url)
end
end
end