We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc33a9 commit dafafc5Copy full SHA for dafafc5
1 file changed
test/support/helpers.ex
@@ -1,7 +1,7 @@
1
defmodule ExTracker.Support.Helpers do
2
# These API Tokens are for a user with just one Public Sample Project
3
def pt_user_1 do
4
- %{ username: "trackerapi1", password: "trackerapi1", token: "d55c3bc1f74346b843ca84ba340b29bf", project_id: 1027488 }
+ %{ username: "trackerapi1", password: "trackerapi1", token: "d55c3bc1f74346b843ca84ba340b29bf", project_id: 1027488, story_id: 66727974 }
5
end
6
7
def pt_user_2 do
0 commit comments