Skip to content

Commit

Permalink
bleh
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Dec 8, 2023
1 parent 949977f commit 5889662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ public void testInvalidArgumentCombinationsWithAvoidNio(ArgumentsBuilder args, C
@Test(groups={"cloud","azure"})
public void testImportFromAzure(){
final String workspace = createTempDir("genomicsdb-tests-").getAbsolutePath() + "/workspace";
String SAS_TOKEN="?sv=2021-12-02&spr=https&st=2023-12-06T15%3A33%3A44Z&se=2023-12-06T23%3A48%3A44Z&sr=c&sp=racwdlt&sig=l%2Fk52QCEiVnC2cdbYKhTR4j6g0vxVnQv9hIpJn%2B3b9E%3D&rscd=117850515659045301394";
String SAS_TOKEN="put a sas token in me";
final String sample = "NA19625";
final String azLocation = "az://lzb25a77f5eadb0fa72a2ae7.blob.core.windows.net/sc-62528cd7-3299-4440-8c17-10f458e589d3/NA19625.g.vcf.gz";
String sampleMapText = String.format("%s\t%s\n", sample, azLocation);
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NA19625 az://sc-62528cd7-3299-4440-8c17-10f458e589d3@lzb25a77f5eadb0fa72a2ae7.blob.core.windows.net/NA19625.g.vcf.gz
NA19625 az://sc-62528cd7-3299-4440-8c17-10f458e589d3@lzb25a77f5eadb0fa72a2ae7.blob.core.windows.net/NA19625.g.vcf.gz

0 comments on commit 5889662

Please sign in to comment.