浏览代码

Fixed test again

ShayneP 10 年之前
父节点
当前提交
5ce0270f8a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/cli_test.rb

+ 1 - 1
test/cli_test.rb

@@ -28,7 +28,7 @@ class CliTest < Test::Unit::TestCase
   test "add with blank domain" do
     standard_add_shop_prompts
     $stdin.expects(:gets).times(4).returns("", "key", "pass", "y")
-    @cli.expects(:puts).with("\nopen https://bar.myshopify.com/admin/apps/private in your browser to create a private app and get API credentials\n")
+    @cli.expects(:puts).with("\nopen https://foo.myshopify.com/admin/apps/private in your browser to create a private app and get API credentials\n")
     @cli.expects(:puts).with("Default connection is foo")
 
     @cli.add('foo')