Skip to content

Commit 497f83d

Browse files
committed
Remove my LRS config
1 parent ca18c97 commit 497f83d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

TinCanTests/RemoteLRSResourceTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ public void Init()
4242
{
4343
Console.WriteLine("Running " + TestContext.CurrentContext.Test.FullName);
4444
lrs = new RemoteLRS(
45-
"http://cloud.scorm.com/tc/3HYPTQLAI9/sandbox",
46-
"_tJiERENtN2PlnaG-b0",
47-
"Vs731c7qXM_wRUsZFu0"
45+
"",
46+
"",
47+
""
4848
);
4949

5050
agent = new Agent();

0 commit comments

Comments
 (0)