features/documented_options.feature in uricp-0.0.6 vs features/documented_options.feature in uricp-0.0.7

- old
+ new

@@ -56,10 +56,10 @@ When I run `uricp --auth-token abcdef ftp://source file:///target` Then the exit status should not be 0 And the stderr should contain "needless argument" Scenario: authentication with normal http should fail - When I run `uricp --auth-user cli-xxxxx --auth-key fred https://foss-lab-manual.googlecode.com/files file://tmp/temp` + When I run `uricp --auth-user cli-xxxxx --auth-key fred http://orbit.brightbox.com/v1/acc-tqc4c/downloads/freedos.qcow2 file://tmp/temp` Then the exit status should not be 0 And the stderr should contain "Cannot authenticate" Scenario: bad authentication should fail against orbit When I run `uricp --auth-user cli-xxxxx --auth-key fred https://orbit.brightbox.com/v1/acc-xxxxx/test/test.img file://tmp/temp`