We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080e215 commit be2ddd4Copy full SHA for be2ddd4
1 file changed
test/runtests.jl
@@ -60,7 +60,7 @@ function MosekOptimizerWithFallback()
60
MOI.set(
61
optimizer,
62
MOI.RawOptimizerAttribute("fallback"),
63
- "mosek://solve.mosek.com:30080",
+ "http://solve.mosek.com:30080",
64
)
65
MOI.set(optimizer, MOI.Silent(), true)
66
return optimizer
@@ -706,7 +706,7 @@ end
706
function test_get_fallback()
707
model = MosekOptimizerWithFallback()
708
@test MOI.get(model, MOI.RawOptimizerAttribute("fallback")) ==
709
- "mosek://solve.mosek.com:30080"
+ "http://solve.mosek.com:30080"
710
return
711
end
712
0 commit comments