Skip to content

Commit

Permalink
Typo in 992c672
Browse files Browse the repository at this point in the history
  • Loading branch information
chibimagic committed Mar 21, 2015
1 parent ec4c261 commit c63037d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebDriver/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ public function set_testingbot_info($field, $value) {
$payload = "test[$field]=$value";
}
$url_parts = parse_url($this->server_url);
WebDriver:Curl("PUT", "https://" . $url_parts['user'] . "api.testingbot.com/v2/tests/" . $this->session_id, $payload);
WebDriver::Curl("PUT", "https://" . $url_parts['user'] . "api.testingbot.com/v2/tests/" . $this->session_id, $payload);
}

/********************************************************************
Expand Down

0 comments on commit c63037d

Please sign in to comment.