mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 10:14:59 +00:00
Change the ENV variable
This commit is contained in:
@@ -10,7 +10,7 @@ RSpec.describe App, type: :model do
|
||||
describe "APK URL" do
|
||||
it "Default app" do
|
||||
app = create(:app)
|
||||
expect(app.apk_url).to eql(DEFAULT_APP_APK_URL)
|
||||
expect(app.apk_url).to eql(DEFAULT_APP_URL)
|
||||
end
|
||||
it "Non Default app" do
|
||||
app = App.create(name: "Non MDM", package_name: "com.nonmdm")
|
||||
|
||||
Reference in New Issue
Block a user