aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap/RemoteContext.php
diff options
context:
space:
mode:
Diffstat (limited to 'build/integration/features/bootstrap/RemoteContext.php')
-rw-r--r--build/integration/features/bootstrap/RemoteContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/bootstrap/RemoteContext.php b/build/integration/features/bootstrap/RemoteContext.php
index b1605e4da25..ae9da4b3614 100644
--- a/build/integration/features/bootstrap/RemoteContext.php
+++ b/build/integration/features/bootstrap/RemoteContext.php
@@ -41,7 +41,7 @@ class RemoteContext implements Context {
* @param string $remoteServer "NON_EXISTING" or "REMOTE"
*/
public function selectRemoteInstance($remoteServer) {
- if ($remoteServer == "REMOTE") {
+ if ($remoteServer == 'REMOTE') {
$baseUri = $this->remoteUrl;
} else {
$baseUri = 'nonexistingnextcloudserver.local';