Skip to content

Commit dafafc5

Browse files
committed
Added sample story id to test helper
1 parent 6fc33a9 commit dafafc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/support/helpers.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExTracker.Support.Helpers do
22
# These API Tokens are for a user with just one Public Sample Project
33
def pt_user_1 do
4-
%{ username: "trackerapi1", password: "trackerapi1", token: "d55c3bc1f74346b843ca84ba340b29bf", project_id: 1027488 }
4+
%{ username: "trackerapi1", password: "trackerapi1", token: "d55c3bc1f74346b843ca84ba340b29bf", project_id: 1027488, story_id: 66727974 }
55
end
66

77
def pt_user_2 do

0 commit comments

Comments
 (0)